diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-21 13:49:14 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-21 13:49:14 +0200 |
commit | c44e165c9e7aaa57026a0b7e8a3a97d54c7f7db0 (patch) | |
tree | 3954631d4c106bfbdf2e5a1ef152c52bf02357d4 /pc | |
parent | 371eaf153f33f9db15d4b00aa4d873e39afee4c1 (diff) | |
download | egawk-c44e165c9e7aaa57026a0b7e8a3a97d54c7f7db0.tar.gz egawk-c44e165c9e7aaa57026a0b7e8a3a97d54c7f7db0.tar.bz2 egawk-c44e165c9e7aaa57026a0b7e8a3a97d54c7f7db0.zip |
Bump version for beta tarball.
Diffstat (limited to 'pc')
-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 b35dbc8f..38d77490 100644 --- a/pc/config.h +++ b/pc/config.h @@ -423,7 +423,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.0f" +#define PACKAGE_STRING "GNU Awk 4.1.0g" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -432,7 +432,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.0f" +#define PACKAGE_VERSION "4.1.0g" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -494,7 +494,7 @@ /* Version number of package */ -#define VERSION "4.1.0f" +#define VERSION "4.1.0g" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |