Release version 951 generated by do-release.sh v951
authorArt Cancro <ajc@citadel.org>
Mon, 23 May 2022 19:57:40 +0000 (20:57 +0100)
committerArt Cancro <ajc@citadel.org>
Mon, 23 May 2022 19:57:40 +0000 (20:57 +0100)
citadel/citadel.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 633d82c32536ff7884d0e75a4cba11cf81e061ea..5e80d65481fd8a696255e4f3cde4e00f2acbb0d8 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  */
 #define CITADEL        PACKAGE_STRING
 
-#define REV_LEVEL 950          // This version
+#define REV_LEVEL 951          // 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
index 06a8bcf19cef4b280629daf139fa37e6691c78d4..81db9cedbbfef0c8b715c2980d3d4b838de20452 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 950
+#define LIBCITADEL_VERSION_NUMBER 951
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index e2cab550c5edab2555a9b6386141455274bfb6ef..56f639a085aefce7985e618eb9b602401c69d4a0 100644 (file)
@@ -1 +1 @@
-950
+951
index e51a4698193fa05172e437a6af16e7e0a6c6dce5..72cc2b5a6e01ab9abaa972cf3215c3097f4593f0 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 950
+#define CLIENT_VERSION 951
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index f0835e831f5579db073536a4480cda1189bb82a0..cce659323ad0dfaa9154d97b1fe8309b53dc768c 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 950             /* This version of WebCit */
+#define CLIENT_VERSION 951             /* 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 */