diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/ChangeLog | 10 | ||||
-rw-r--r-- | vms/vms-conf.h | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog index a5375ced..e99b5335 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,13 @@ +2013-05-09 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.0: Release tar ball made. + +2012-05-09 Arnold D. Robbins <arnold@skeeve.com> + + * vmsbuild.com (REL, PATCHLVL): Move to 4.1.0. + * descrip.mms (REL, PATCHLVL): Move to 4.1.0. + * vms-conf.h (VERSION, PACKAGE_VERSION, PACKAGE_STRING): Move to 4.1.0. + 2013-04-19 Anders Wallin <anders_s_wallin@yahoo.se> * vmstest.com: Updated to match main test/Makefile. diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 910d519b..897461c2 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 4.0.2" +#define PACKAGE_STRING "GNU Awk 4.1.0" /* 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.2" +#define PACKAGE_VERSION "4.1.0" /* 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.2" +#define VERSION "4.1.0" /* Define to 1 if on AIX 3. System headers sometimes define this. |