aboutsummaryrefslogtreecommitdiffstats
path: root/version.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-11-12 12:23:33 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-11-12 12:23:33 +0200
commit40b3741f63c19e38077d57f4ce4737916ec5073e (patch)
tree89e086fabdfc738b379901d86733e6c260c22f35 /version.c
parent00ef0423acd97cb964a2bae54c93a03a8ab50e5e (diff)
downloadegawk-40b3741f63c19e38077d57f4ce4737916ec5073e.tar.gz
egawk-40b3741f63c19e38077d57f4ce4737916ec5073e.tar.bz2
egawk-40b3741f63c19e38077d57f4ce4737916ec5073e.zip
Bring in development gawk changes.
Diffstat (limited to 'version.c')
-rw-r--r--version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.c b/version.c
index 1a454477..f6072031 100644
--- a/version.c
+++ b/version.c
@@ -1,6 +1,6 @@
#include "config.h"
-const char *version_string = "@(#)GNU Awk 3.1.8";
+const char *version_string = "@(#)GNU Awk 3.1.70";
/* 1.02 fixed /= += *= etc to return the new Left Hand Side instead
of the Right Hand Side */