diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-09-18 09:11:42 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-09-18 09:11:42 -0600 |
commit | 465e23b898e5a3393b9ae52fc7620002541b2e75 (patch) | |
tree | 26da49712f16b0d9809bf714e9c3be0caffbfab7 /include | |
parent | bdbf74de24041c8fb4defc1b63b414e4267114af (diff) | |
download | alpine-465e23b898e5a3393b9ae52fc7620002541b2e75.tar.xz |
* new version 2.25
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 c45b62c3..ce5a534a 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.2" +#define PACKAGE_STRING "alpine 2.25" /* 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.2" +#define PACKAGE_VERSION "2.25" /* 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.2" +#define VERSION "2.25" /* Windows is just too different */ #ifndef _WINDOWS |