From 349642a84039a4b026513c32a3b4f8594acd50df Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 26 Feb 2018 01:38:18 -0700 Subject: * 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. --- include/config.h | 6 +++--- include/config.wnt.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'include') 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 -- cgit v1.2.3-54-g00ecf