Release version 952 generated by do-release.sh v952
authorArt Cancro <ajc@citadel.org>
Mon, 13 Jun 2022 01:00:26 +0000 (21:00 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 13 Jun 2022 01:00:26 +0000 (21:00 -0400)
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 81db9cedbbfef0c8b715c2980d3d4b838de20452..3c259f8f8c2ffebb78269fa18bb414fa1580f266 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 951
+#define LIBCITADEL_VERSION_NUMBER 952
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 56f639a085aefce7985e618eb9b602401c69d4a0..be1c55a35ff44e31201467299c1f6f46af121f40 100644 (file)
@@ -1 +1 @@
-951
+952
index 72cc2b5a6e01ab9abaa972cf3215c3097f4593f0..ec89b5b8d7fbafa6b826d850fd80df231df94e6d 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 951
+#define CLIENT_VERSION 952
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index cce659323ad0dfaa9154d97b1fe8309b53dc768c..49ee8c9e03bf71bd543f6e4024849ea3fac56ee6 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 951             /* This version of WebCit */
+#define CLIENT_VERSION 952             /* 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 */