diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-11-18 10:50:17 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-11-18 10:50:17 -0700 |
commit | 186a23ef94452e15aeadf60224300ca16acd4182 (patch) | |
tree | 0fd551a6240e6c2dbc68e6c87ddbed2a2fc4d974 /include | |
parent | ef190f4e45840523a85c366291d65c9973776450 (diff) | |
download | alpine-186a23ef94452e15aeadf60224300ca16acd4182.tar.xz |
* Update to version 2.19.3
* Alpine computes the signature of a signed message on a different message than the one
it sends, because of this, messages that are sent can not be validated either in the
sent-mail folder, nor in the server that receives such message.
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 78bc90f6..90a36a9b 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.11" +#define PACKAGE_STRING "alpine 2.19.3" /* 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.11" +#define PACKAGE_VERSION "2.19.3" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -552,7 +552,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.11" +#define VERSION "2.19.3" /* Windows is just too different */ #ifndef _WINDOWS |