diff options
author | Eduardo Chappa <chappa@washington.edu> | 2019-06-22 10:14:55 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2019-06-22 10:14:55 -0600 |
commit | abeb2c25935ef8c75f1e5deef0f81276754dc975 (patch) | |
tree | 8c40d7af1d7eaa7e02c46ce8c8c9ab37caf3bacd /include | |
parent | d5f1993e53b19b2b7dedebf14c70696c9651e35b (diff) | |
download | alpine-abeb2c25935ef8c75f1e5deef0f81276754dc975.tar.xz |
* New version 2.21.99999 (06/22/2019)
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 453a2c12..19d7b34d 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -478,7 +478,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 6e22f38e..deb0fe39 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -457,13 +457,13 @@ #define PACKAGE_NAME "alpine" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "alpine 2.21.9999" +#define PACKAGE_STRING "alpine 2.21.99999" /* 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.9999" +#define PACKAGE_VERSION "2.21.99999" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -577,7 +577,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.21.9999" +#define VERSION "2.21.99999" /* Windows is just too different */ #ifndef _WINDOWS |