From b9515d26298cfc9b4042dfabf5b3d3af76d531b1 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 31 Aug 2023 12:35:40 -0900 Subject: [PATCH] Release version 990 generated by do-release.sh --- citadel/server/citadel_defs.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/server/citadel_defs.h b/citadel/server/citadel_defs.h index 40131d2b7..1917fa8a4 100644 --- a/citadel/server/citadel_defs.h +++ b/citadel/server/citadel_defs.h @@ -21,7 +21,7 @@ #include "typesize.h" #include "ipcdef.h" -#define REV_LEVEL 989 // This version +#define REV_LEVEL 990 // 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/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index e7783e1ba..0fd7e79b1 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -19,7 +19,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 989 +#define LIBCITADEL_VERSION_NUMBER 990 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/release_version.txt b/release_version.txt index 6dbdf1f4e..9ab4b905e 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -989 +990 diff --git a/textclient/textclient.h b/textclient/textclient.h index 792509d82..6e76fcb5a 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 989 +#define CLIENT_VERSION 990 #define CLIENT_TYPE 0 // commands we can send to the stty_ctdl() routine diff --git a/webcit/webcit.h b/webcit/webcit.h index 889dc7d48..e0ec420c2 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 989 /* This version of WebCit */ +#define CLIENT_VERSION 990 /* 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