From 34dbf6c32f8d2163784799aeaa0c039ba10f1417 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 30 Dec 2021 12:38:21 -0500 Subject: [PATCH] Release version 943 generated by do-release.sh --- citadel/citadel.h | 2 +- libcitadel/lib/libcitadel.h | 2 +- release_version.txt | 2 +- webcit/webcit.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 3cf576f1a..08f3d9422 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { */ #define CITADEL PACKAGE_STRING -#define REV_LEVEL 942 // This version +#define REV_LEVEL 943 // This version #define REV_MIN 591 // Oldest compatible database #define EXPORT_REV_MIN 931 // Oldest compatible export files #define LIBCITADEL_MIN 931 // Minimum required version of libcitadel diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 0a254f959..52600cda6 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -26,7 +26,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 942 +#define LIBCITADEL_VERSION_NUMBER 943 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/release_version.txt b/release_version.txt index 34666ff44..720219cd8 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -942 +943 diff --git a/webcit/webcit.h b/webcit/webcit.h index 4633dc2bd..1b8631061 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 942 /* This version of WebCit */ +#define CLIENT_VERSION 943 /* 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 */ -- 2.30.2