aboutsummaryrefslogtreecommitdiffstats
path: root/version.in
diff options
context:
space:
mode:
Diffstat (limited to 'version.in')
-rw-r--r--version.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/version.in b/version.in
index 4c77ba64..63074d7f 100644
--- a/version.in
+++ b/version.in
@@ -1,7 +1,6 @@
-#if ! defined(__STDC__) || __STDC__ < 1
-#define const
-#endif
-const char *version_string = "@(#)GNU Awk X.Y";
+#include "config.h"
+
+const char *version_string = "@(#)GNU Awk @VERSION@";
/* 1.02 fixed /= += *= etc to return the new Left Hand Side instead
of the Right Hand Side */