diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-02-17 01:15:15 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-02-17 01:15:15 -0700 |
commit | 59499e8d9d98e63b0ccf3d731528c24c652ad501 (patch) | |
tree | 29871a8a54d8f2eb7a045ff7d944328d9107b8ee /include | |
parent | aa7d9f18ca61e2fb1998bcaedee9ecdfa93a0728 (diff) | |
download | alpine-59499e8d9d98e63b0ccf3d731528c24c652ad501.tar.xz |
* Encrypted and signed messages sent by Thunderbird did not validate.
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 630807e9..63b0fabd 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.19.6" +#define PACKAGE_STRING "alpine 2.19.7" /* 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.19.6" +#define PACKAGE_VERSION "2.19.7" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -552,7 +552,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.19.6" +#define VERSION "2.19.7" /* Windows is just too different */ #ifndef _WINDOWS |