diff options
author | Eduardo Chappa <chappa@washington.edu> | 2017-03-17 18:07:56 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2017-03-17 18:07:56 -0600 |
commit | 672d6838a9babf2faeb9f79267525a4ab9d20b14 (patch) | |
tree | 61d94a4d02a04c47c5b63746a262bc476645929b /include | |
parent | 6278103d269e6882bb26a770c1f25bcd3e20ff13 (diff) | |
download | alpine-672d6838a9babf2faeb9f79267525a4ab9d20b14.tar.xz |
* New version 2.21
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 78f2aa00..cee006ce 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.999" +#define PACKAGE_STRING "alpine 2.21" /* 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.999" +#define PACKAGE_VERSION "2.21" /* 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.999" +#define VERSION "2.21" /* Windows is just too different */ #ifndef _WINDOWS |