diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-06-17 11:15:57 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-06-17 11:15:57 -0600 |
commit | d3e6f3932f2af9deca8eed09e30a55e9bd524362 (patch) | |
tree | a4569dcb8c922be2bd4327533dca7c30477dc290 /include | |
parent | 702a71b7cd83ad8881bce5d996bff7a86e35b117 (diff) | |
download | alpine-d3e6f3932f2af9deca8eed09e30a55e9bd524362.tar.xz |
* new version 2.21.9999
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 7c781aa7..ca2f58f3 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -454,13 +454,13 @@ #define PACKAGE_NAME "alpine" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "alpine 2.21.999" +#define PACKAGE_STRING "alpine 2.21.9999" /* 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.21.999" +#define PACKAGE_VERSION "2.21.9999" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -574,7 +574,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.21.999" +#define VERSION "2.21.9999" /* Windows is just too different */ #ifndef _WINDOWS |