From: Art Cancro Date: Mon, 13 Jun 2022 01:20:30 +0000 (-0400) Subject: Release version 955 generated by do-release.sh X-Git-Tag: v955^0 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=196725f0655a885478a2a8d3733a40f65401af89 Release version 955 generated by do-release.sh --- diff --git a/citadel/server/citadel.h b/citadel/server/citadel.h index 5845dd960..a760503f1 100644 --- a/citadel/server/citadel.h +++ b/citadel/server/citadel.h @@ -26,9 +26,9 @@ extern "C" { // Text description of this software // (We used to define this ourselves, but why bother when the build tools do it for us?) -#define CITADEL PACKAGE_STRING +#define CITADEL "Citadel" PACKAGE_VERSION -#define REV_LEVEL 954 // This version +#define REV_LEVEL 955 // This version #define REV_MIN 591 // Oldest compatible database #define EXPORT_REV_MIN 931 // Oldest compatible export files #define LIBCITADEL_MIN 951 // Minimum required version of libcitadel diff --git a/citadel/server/sysdep.h b/citadel/server/sysdep.h index 7d6af84b3..20d5a601d 100644 --- a/citadel/server/sysdep.h +++ b/citadel/server/sysdep.h @@ -248,9 +248,6 @@ /* Define to the full name of this package. */ #define PACKAGE_NAME "Citadel" -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Citadel 951" - /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "citadel" diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 07e892bb9..3f03bef47 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -26,7 +26,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 954 +#define LIBCITADEL_VERSION_NUMBER 955 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/release_version.txt b/release_version.txt index 8a8022aed..903645975 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -954 +955 diff --git a/textclient/textclient.h b/textclient/textclient.h index 0d7fe4a2f..ec7318b11 100644 --- a/textclient/textclient.h +++ b/textclient/textclient.h @@ -11,7 +11,7 @@ #define UDS "_UDS_" #define DEFAULT_HOST "localhost" #define DEFAULT_PORT "504" -#define CLIENT_VERSION 954 +#define CLIENT_VERSION 955 #define CLIENT_TYPE 0 // commands we can send to the stty_ctdl() routine diff --git a/webcit/webcit.h b/webcit/webcit.h index fc6b975a0..ae6adcfc7 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -127,7 +127,7 @@ extern char *ssl_cipher_list; #define PORT_NUM 80 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 954 /* This version of WebCit */ +#define CLIENT_VERSION 955 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 931 /* Minimum required version of Citadel server */ #define LIBCITADEL_MIN 931 /* Minimum required version of libcitadel */ #define DEFAULT_CTDLDIR "/usr/local/citadel" /* Default Citadel server directory */