diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 2023-05-15 22:24:35 +0300 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 2023-05-15 22:24:35 +0300 |
| commit | d665e5d48c15c7cfa513a261f774b71e124f9ab5 (patch) | |
| tree | c82d612f7a38bf2d709806a242b50e9048d06672 /pc | |
| parent | dea4e62edf243a6eefd026f1f7800de8e958bd68 (diff) | |
| parent | a0b8fc149978d35beaf505ff6ab01b47fd321f04 (diff) | |
| download | gawk-feature/cpp-compile.tar.gz | |
Merge branch 'master' into feature/cpp-compilefeature/cpp-compile
Diffstat (limited to 'pc')
| -rw-r--r-- | pc/ChangeLog | 4 | ||||
| -rw-r--r-- | pc/config.h | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index eec17a5e..d8f4219b 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2023-05-07 Arnold D. Robbins <arnold@skeeve.com> + + * 5.2.2: Release tar ball made. + 2023-04-20 Arnold D. Robbins <arnold@skeeve.com> * config.h: Regenerated. diff --git a/pc/config.h b/pc/config.h index e4cf6095..49c82872 100644 --- a/pc/config.h +++ b/pc/config.h @@ -370,7 +370,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 5.2.1c" +#define PACKAGE_STRING "GNU Awk 5.2.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -379,7 +379,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.2.1c" +#define PACKAGE_VERSION "5.2.2" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -507,7 +507,7 @@ /* Version number of package */ -#define VERSION "5.2.1c" +#define VERSION "5.2.2" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |
