diff options
author | Eduardo Chappa <chappa@washington.edu> | 2017-09-19 21:57:49 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2017-09-19 21:57:49 -0600 |
commit | 988ec3d0df0a7102a5d349525bccab84a39902b0 (patch) | |
tree | 03c171e3a3a68aced1b4270fddb8bc32d26377a4 /include | |
parent | d4b8c04ba11e61cb96f246705f7e50b0d9dbf7e9 (diff) | |
download | alpine-988ec3d0df0a7102a5d349525bccab84a39902b0.tar.xz |
* Upgrade to new version 2.21.9. Version 2.22 will be a bug release
version
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h.in | 3 | ||||
-rw-r--r-- | include/config.wnt.h | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/include/config.h.in b/include/config.h.in index 56c9160f..ad14ba6e 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -475,7 +475,8 @@ /* Enable keyboard lock support */ #undef KEYBOARD_LOCK -/* Define to the sub-directory where libtool stores uninstalled libraries. */ +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ #undef LT_OBJDIR /* Path to local inboxes for pico newmail check */ diff --git a/include/config.wnt.h b/include/config.wnt.h index e110d027..d73b2b87 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.1" +#define PACKAGE_STRING "alpine 2.21.9" /* 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.1" +#define PACKAGE_VERSION "2.21.9" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -552,7 +552,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.21.1" +#define VERSION "2.21.9" /* Windows is just too different */ #ifndef _WINDOWS |