diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-10 18:18:46 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-10 18:18:46 +0200 |
commit | 79c40aa674b3d723cc646a14984d095abff2fa06 (patch) | |
tree | da4fccee95306d6dd1aae9729a97110be406ea0c /vms/vms-conf.h | |
parent | d22cc6269fed3bc11e2b8b0e9ffc59d5cbc92b8d (diff) | |
parent | 78193b5c3a269ea04a51a26f51d53c2a182ba001 (diff) | |
download | egawk-79c40aa674b3d723cc646a14984d095abff2fa06.tar.gz egawk-79c40aa674b3d723cc646a14984d095abff2fa06.tar.bz2 egawk-79c40aa674b3d723cc646a14984d095abff2fa06.zip |
Merge remote-tracking branch 'origin/master' after release of Gawk 4.1.0 into cmake
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 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. |