diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-02-26 01:38:18 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-02-26 01:38:18 -0700 |
commit | 349642a84039a4b026513c32a3b4f8594acd50df (patch) | |
tree | 9b9cbf9f46b1450811697c2487dd3320fe4830c6 /include | |
parent | eefc696ec87ae287803aa68032649e5a7a9b89d0 (diff) | |
download | alpine-349642a84039a4b026513c32a3b4f8594acd50df.tar.xz |
* New version 2.21.999
* rewrite of some code in pith/ical.c to make sure function prototypes are
correct.
* Add a separator line to the calendar entry in case, the calendar is sent
as the main body of the message.
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 6 | ||||
-rw-r--r-- | include/config.wnt.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h index 38d54ea2..7f641d81 100644 --- a/include/config.h +++ b/include/config.h @@ -517,7 +517,7 @@ #define PACKAGE_NAME "alpine" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "alpine 2.21.9" +#define PACKAGE_STRING "alpine 2.21.999" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "alpine" @@ -526,7 +526,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.21.9" +#define PACKAGE_VERSION "2.21.999" /* Password cache file (recommended if S/MIME is enabled and configured) */ #define PASSFILE "ALPINE.PWD" @@ -638,7 +638,7 @@ /* #undef USE_QUOTAS */ /* Version number of package */ -#define VERSION "2.21.9" +#define VERSION "2.21.999" /* Windows is just too different */ /* #undef _WINDOWS */ diff --git a/include/config.wnt.h b/include/config.wnt.h index 990c4d1e..7c781aa7 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.21.99" +#define PACKAGE_STRING "alpine 2.21.999" /* 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.99" +#define PACKAGE_VERSION "2.21.999" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -574,7 +574,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.21.99" +#define VERSION "2.21.999" /* Windows is just too different */ #ifndef _WINDOWS |