aboutsummaryrefslogtreecommitdiffstats
path: root/version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'version.sh')
-rw-r--r--version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh
index 6a7e5d2f..77f10bdf 100644
--- a/version.sh
+++ b/version.sh
@@ -11,7 +11,7 @@ fi
RELEASE="$1"
cat << EOF
-char *version_string = "@(#)Gnu Awk (gawk) ${RELEASE}-BETA" + 4;
+char *version_string = "@(#)Gnu Awk (gawk) ${RELEASE}";
/* 1.02 fixed /= += *= etc to return the new Left Hand Side instead
of the Right Hand Side */