diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-23 14:34:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-23 14:34:16 +0200 |
commit | a105a111175f499c1c3f9d9b6fa91758e90794fb (patch) | |
tree | 204c51dbd529613098c934a3e4f678d60f67090d /vms/vms-conf.h | |
parent | cfa30992be7c98184d68c3afbb489d47dddcf0fa (diff) | |
download | egawk-a105a111175f499c1c3f9d9b6fa91758e90794fb.tar.gz egawk-a105a111175f499c1c3f9d9b6fa91758e90794fb.tar.bz2 egawk-a105a111175f499c1c3f9d9b6fa91758e90794fb.zip |
Update versions before making tarball.
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r-- | vms/vms-conf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 59abd5de..d4dd0f9b 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -399,7 +399,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 3.1.8" +#define PACKAGE_STRING "GNU Awk 4.0.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -408,7 +408,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.1" +#define PACKAGE_VERSION "4.0.2" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -438,7 +438,7 @@ #define USE_INCLUDED_STRFTIME 1 /* Version number of package */ -#define VERSION "4.0.1" +#define VERSION "4.0.2" /* Define to 1 if on AIX 3. System headers sometimes define this. |