From bffb07c32a78f8627c1bd61c1f2fb1c83339dfa5 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sun, 14 May 2017 22:20:46 -0500 Subject: [PATCH] Bump version number. --- dmake/unix/gno/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmake/unix/gno/version.h b/dmake/unix/gno/version.h index 5628453..2a98dbf 100644 --- a/dmake/unix/gno/version.h +++ b/dmake/unix/gno/version.h @@ -3,5 +3,5 @@ #define VERSION "3.80" #if defined (GNO) -#define IIGSVERSION "1.0" +#define IIGSVERSION "1.0.1d1" #endif