diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-26 22:44:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-26 22:44:33 +0200 |
commit | a32faf6354086864b55755c968f72a90e7e8f0d1 (patch) | |
tree | 4aece64ec61e0a77e3d5b7541d8af1258b1c3ebe /version.c | |
parent | 9229cd0e900ab31d1049eda623f2756670109399 (diff) | |
download | egawk-a32faf6354086864b55755c968f72a90e7e8f0d1.tar.gz egawk-a32faf6354086864b55755c968f72a90e7e8f0d1.tar.bz2 egawk-a32faf6354086864b55755c968f72a90e7e8f0d1.zip |
Update version.
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #include "config.h" -const char *version_string = "GNU Awk 4.0.0f"; +const char *version_string = "GNU Awk 4.0.0g"; |