From 7899ae4ebe6f3cbf3c0fd94ee9b6f485bdaf4683 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 26 Feb 2023 14:22:40 -0500 Subject: [PATCH] Release version 973 generated by do-release.sh --- libcitadel/lib/libcitadel.h | 2 +- release_version.txt | 2 +- textclient/textclient.h | 2 +- webcit/webcit.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index cb59c485c..c13256738 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -19,7 +19,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 972 +#define LIBCITADEL_VERSION_NUMBER 973 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/release_version.txt b/release_version.txt index 66ae0255b..835c5f1dc 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -972 +973 diff --git a/textclient/textclient.h b/textclient/textclient.h index ca6dab0e1..e6b3e71b0 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 972 +#define CLIENT_VERSION 973 #define CLIENT_TYPE 0 // commands we can send to the stty_ctdl() routine diff --git a/webcit/webcit.h b/webcit/webcit.h index 47a9a1f08..556563ced 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 972 /* This version of WebCit */ +#define CLIENT_VERSION 973 /* 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