diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-11-23 08:07:57 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-11-23 08:07:57 -0700 |
commit | 6dfe5226794d7c8a46d0a42e14741194b89134a0 (patch) | |
tree | 2272ed8e85a47bfae2a15ed834cfa5e634a54a99 /include | |
parent | ea6d8fe2d8359e4b1cf984492b3c275ea9e176ac (diff) | |
download | alpine-6dfe5226794d7c8a46d0a42e14741194b89134a0.tar.xz |
* New version 2.20.99; new release is scheduled for January 2017.
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 a95f5d0d..5e500190 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.20.17" +#define PACKAGE_STRING "alpine 2.20.99" /* 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.20.17" +#define PACKAGE_VERSION "2.20.99" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -552,7 +552,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.20.17" +#define VERSION "2.20.99" /* Windows is just too different */ #ifndef _WINDOWS |