diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-09 22:39:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-09 22:39:43 +0200 |
commit | 86b7f6c2a7f5956839c3a84ab4335c729878827b (patch) | |
tree | dd184374d9c5475d2af7b08ee74b572cbfb358d2 /version.c | |
parent | 134fa0445295460d897661ee18027c645b2baa73 (diff) | |
download | egawk-86b7f6c2a7f5956839c3a84ab4335c729878827b.tar.gz egawk-86b7f6c2a7f5956839c3a84ab4335c729878827b.tar.bz2 egawk-86b7f6c2a7f5956839c3a84ab4335c729878827b.zip |
Update version for test tarball.
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.1b"; +const char *version_string = "GNU Awk 4.0.1c"; |