summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 14:40:49 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 14:40:49 +0300
commit85c0d5edb781c9f31b79e48452b1ca68643f41de (patch)
tree14efbc59b30cdd626a208d6391f3ed226387054e /version.c
parent6cc7d587a710606d3fe52222707739c7cc1b8651 (diff)
downloadgawk-85c0d5edb781c9f31b79e48452b1ca68643f41de.tar.gz
Move to gawk-3.1.4.gawk-3.1.4
Diffstat (limited to 'version.c')
-rw-r--r--version.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/version.c b/version.c
index ded3f0cd..bbc93d60 100644
--- a/version.c
+++ b/version.c
@@ -1,7 +1,6 @@
-#if ! defined(__STDC__) || __STDC__ < 1
-#define const
-#endif
-const char *version_string = "@(#)GNU Awk 3.1";
+#include "config.h"
+
+const char *version_string = "@(#)GNU Awk 3.1.4";
/* 1.02 fixed /= += *= etc to return the new Left Hand Side instead
of the Right Hand Side */