aboutsummaryrefslogtreecommitdiffstats
path: root/version.in
diff options
context:
space:
mode:
Diffstat (limited to 'version.in')
-rw-r--r--version.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.in b/version.in
index 63074d7f..053cc175 100644
--- a/version.in
+++ b/version.in
@@ -1,6 +1,6 @@
#include "config.h"
-const char *version_string = "@(#)GNU Awk @VERSION@";
+const char *version_string = "@(#)@PACKAGE_STRING@";
/* 1.02 fixed /= += *= etc to return the new Left Hand Side instead
of the Right Hand Side */