diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-03 14:36:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-03 14:36:29 +0300 |
commit | f1752b8062123726a02d92eef990bce18ccd60d8 (patch) | |
tree | 0ea04fdb4499e77aadb52b3ce1e4bd2c936a398d /pc/config.h | |
parent | 88ccf31386d4cede58a21a19d5ba74324b7d428b (diff) | |
download | egawk-f1752b8062123726a02d92eef990bce18ccd60d8.tar.gz egawk-f1752b8062123726a02d92eef990bce18ccd60d8.tar.bz2 egawk-f1752b8062123726a02d92eef990bce18ccd60d8.zip |
Bump version for next text tarball.
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pc/config.h b/pc/config.h index a3303741..55b7c2d9 100644 --- a/pc/config.h +++ b/pc/config.h @@ -464,7 +464,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 5.1.1d" +#define PACKAGE_STRING "GNU Awk 5.1.1e" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -473,7 +473,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.1.1d" +#define PACKAGE_VERSION "5.1.1e" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -534,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.1.1d" +#define VERSION "5.1.1e" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |