diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-18 09:44:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-18 09:44:26 +0200 |
commit | 7627ab595b5e4f7e44f3924345b6ba8a7043c482 (patch) | |
tree | 87a45cdbe18d6e384637f6118532030e4a6e7558 /version.c | |
parent | a8202dfd103b1a0134939d55f48eb748ce65144d (diff) | |
download | egawk-7627ab595b5e4f7e44f3924345b6ba8a7043c482.tar.gz egawk-7627ab595b5e4f7e44f3924345b6ba8a7043c482.tar.bz2 egawk-7627ab595b5e4f7e44f3924345b6ba8a7043c482.zip |
Make a new tarball for testing.
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.1c"; +const char *version_string = "GNU Awk 4.0.1d"; |