Release version 969 generated by do-release.sh v969
authorArt Cancro <ajc@citadel.org>
Tue, 13 Dec 2022 16:20:45 +0000 (11:20 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 13 Dec 2022 16:20:45 +0000 (11:20 -0500)
citadel/server/citadel.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 9ed5293d8e42854c0cdffd12ef63bceab8f6b746..2e881cd433a00ae093c90c715b542da0cb85b884 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #endif
 
 
-#define REV_LEVEL 968          // This version
+#define REV_LEVEL 969          // 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
index 250b3cbacc75051e9708c433ad6b9a3bd4abd528..459354158527e92d5888d48fa891b00291ead4cd 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 968
+#define LIBCITADEL_VERSION_NUMBER 969
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 63e305abad03a67ed08455b6c1bd2bc11ec1ef66..6dee81878deddefa4235ff0015341a5e54fd1128 100644 (file)
@@ -1 +1 @@
-968
+969
index c2ce58ee6465ba034f39d6af73dc9e56d70a492d..52c9f26b4a51e31a920aec56c59cd1eb53fbf251 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 968
+#define CLIENT_VERSION 969
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 3494f8b457bac6cd9da4b449750925f8b7118045..febb6e79a606fe3e89aaa5212894f73df0bb79cd 100644 (file)
@@ -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 968             /* This version of WebCit */
+#define CLIENT_VERSION 969             /* 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 */