From b3ead5d065ae5d72181fa26b93452bcdc13fe092 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 10 Jan 2022 18:03:11 -0500 Subject: [PATCH] Release version 948 generated by do-release.sh --- citadel/citadel.h | 2 +- libcitadel/lib/libcitadel.h | 2 +- release_version.txt | 2 +- textclient/textclient.h | 2 +- webcit/webcit.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index c32f6d68f..dd9b81806 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { */ #define CITADEL PACKAGE_STRING -#define REV_LEVEL 947 // This version +#define REV_LEVEL 948 // 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 05ec9b16c..7b20e816f 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -26,7 +26,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 947 +#define LIBCITADEL_VERSION_NUMBER 948 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/release_version.txt b/release_version.txt index 43c16f4eb..a3147617e 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -947 +948 diff --git a/textclient/textclient.h b/textclient/textclient.h index 463480368..ee88970bc 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 947 +#define CLIENT_VERSION 948 #define CLIENT_TYPE 0 // commands we can send to the stty_ctdl() routine diff --git a/webcit/webcit.h b/webcit/webcit.h index a6c680b0c..b8ddc6654 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 947 /* This version of WebCit */ +#define CLIENT_VERSION 948 /* 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