diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-07-23 10:20:30 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-07-23 10:20:30 -0600 |
commit | bacff96fec05079560b7d7a9fc48b6811b639499 (patch) | |
tree | bff465afbcccdd6862b083846605b21cea8b5e15 /include | |
parent | 4a0df311d298d00e93b5f5df55e98937d74dab1b (diff) | |
download | alpine-bacff96fec05079560b7d7a9fc48b6811b639499.tar.xz |
* new version 2.20.14
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h.in | 3 | ||||
-rw-r--r-- | include/config.wnt.h | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/include/config.h.in b/include/config.h.in index ad14ba6e..56c9160f 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -475,8 +475,7 @@ /* Enable keyboard lock support */ #undef KEYBOARD_LOCK -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where 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 e30e8c78..b59053d5 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.13" +#define PACKAGE_STRING "alpine 2.20.14" /* 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.13" +#define PACKAGE_VERSION "2.20.14" /* 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.13" +#define VERSION "2.20.14" /* Windows is just too different */ #ifndef _WINDOWS |