diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-05-22 12:55:51 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-05-22 12:55:51 -0600 |
commit | 9121164149cdeac438762406514df10f459e8918 (patch) | |
tree | 0af6b0dc03240b3de5a1ff426192a581a5b6a10c /include | |
parent | d31cd71e5a3d73e20cfff89968c7b932d451f75c (diff) | |
download | alpine-9121164149cdeac438762406514df10f459e8918.tar.xz |
* New alpha version 2.24.2
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 042f94a9..c45b62c3 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.1" +#define PACKAGE_STRING "alpine 2.24.2" /* 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.1" +#define PACKAGE_VERSION "2.24.2" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -598,7 +598,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.24.1" +#define VERSION "2.24.2" /* Windows is just too different */ #ifndef _WINDOWS |