From 4c6394e133e3406d332a4ab09323d37e154a3348 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 5 Mar 2023 15:57:41 -0500 Subject: [PATCH] Release version 974 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 c13256738..d9595f508 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -19,7 +19,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 973 +#define LIBCITADEL_VERSION_NUMBER 974 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/release_version.txt b/release_version.txt index 835c5f1dc..7f1114fc1 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -973 +974 diff --git a/textclient/textclient.h b/textclient/textclient.h index e6b3e71b0..28fd7f995 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 973 +#define CLIENT_VERSION 974 #define CLIENT_TYPE 0 // commands we can send to the stty_ctdl() routine diff --git a/webcit/webcit.h b/webcit/webcit.h index 556563ced..da37df9fe 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 973 /* This version of WebCit */ +#define CLIENT_VERSION 974 /* 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