diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-23 15:58:52 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-23 15:58:52 +0200 |
commit | cec0cbdbda6a8b27d3f69eb5e2984d87b55f78fb (patch) | |
tree | 61c7c85228cdd11a1df3294b381bebc24341689a /vms/vms-conf.h | |
parent | ed17f7f9d71310c6418ba10a81bb35792f46cb08 (diff) | |
parent | b0648b574c42f1d56253938a46f5299c95eef702 (diff) | |
download | egawk-cec0cbdbda6a8b27d3f69eb5e2984d87b55f78fb.tar.gz egawk-cec0cbdbda6a8b27d3f69eb5e2984d87b55f78fb.tar.bz2 egawk-cec0cbdbda6a8b27d3f69eb5e2984d87b55f78fb.zip |
Merge branch 'gawk-4.0-stable'
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 fbd611f2..910d519b 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -403,7 +403,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" @@ -412,7 +412,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 @@ -442,7 +442,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. |