diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-09-13 13:27:32 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-09-13 13:27:32 -0600 |
commit | 745455f3cfdcee60ef87764eea5ec263e7eb350e (patch) | |
tree | 4d9af1d9a7684285ff31d7680fc3903454ff31de /include | |
parent | 097b72cb06f448728280ed53e033a447ed7b46be (diff) | |
download | alpine-745455f3cfdcee60ef87764eea5ec263e7eb350e.tar.xz |
* New version 2.20.16
* SMIME: Bouncing could sign (and therefore corrupt) a message when it
is signed automatically. Reported by Björn Krellner.
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 7105a36e..046ac5c7 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.15" +#define PACKAGE_STRING "alpine 2.20.16" /* 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.15" +#define PACKAGE_VERSION "2.20.16" /* 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.15" +#define VERSION "2.20.16" /* Windows is just too different */ #ifndef _WINDOWS |