diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-27 07:56:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-27 07:56:56 +0300 |
commit | a46c43e02c4e4ae6a49056f831570b8b13b1b2e7 (patch) | |
tree | 499bafe1eeef6df2ea02b4591923eb7fb4e59a28 /pc/config.h | |
parent | 12f3e75d7bc0fd2af20b44d9643ca237f2e71e5b (diff) | |
download | egawk-a46c43e02c4e4ae6a49056f831570b8b13b1b2e7.tar.gz egawk-a46c43e02c4e4ae6a49056f831570b8b13b1b2e7.tar.bz2 egawk-a46c43e02c4e4ae6a49056f831570b8b13b1b2e7.zip |
Update copyright year in a bunch of files.
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 63d37be8..7896a73f 100644 --- a/pc/config.h +++ b/pc/config.h @@ -473,7 +473,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 5.1.1f" +#define PACKAGE_STRING "GNU Awk 5.1.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -482,7 +482,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.1.1f" +#define PACKAGE_VERSION "5.1.1" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -608,7 +608,7 @@ /* Version number of package */ -#define VERSION "5.1.1f" +#define VERSION "5.1.1" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |