diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-04-10 09:20:54 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-04-10 09:20:54 -0600 |
commit | 2f6c9dc8e95cadb1abc2a0f5853aea378ef1b13a (patch) | |
tree | b1922755e69ccba0c6afafe955fb46db13bc3dc1 /include | |
parent | cf15bc933e2db0ac3400ef5e5b23aea8d16c3b2e (diff) | |
download | alpine-2f6c9dc8e95cadb1abc2a0f5853aea378ef1b13a.tar.xz |
* New alpha version 2.24.1
Diffstat (limited to 'include')
-rw-r--r-- | include/config.wnt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.wnt.h b/include/config.wnt.h index 5795e389..156b34e3 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -466,13 +466,13 @@ #define PACKAGE_NAME "alpine" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "alpine 2.24" +#define PACKAGE_STRING "alpine 2.24.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "alpine" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.24" +#define PACKAGE_VERSION "2.24.1" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -597,7 +597,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.24" +#define VERSION "2.24.1" /* Windows is just too different */ #ifndef _WINDOWS |