Release version 974 generated by do-release.sh v974
authorArt Cancro <ajc@citadel.org>
Sun, 5 Mar 2023 20:57:41 +0000 (15:57 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 5 Mar 2023 20:57:41 +0000 (15:57 -0500)
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index c1325673818f83d911f9cb136a6bb16fc324dc12..d9595f5082d7b08651531c7953aa48811412b29f 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 973
+#define LIBCITADEL_VERSION_NUMBER 974
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 835c5f1dcd337466bbb385de656b22792b45416a..7f1114fc19091f2a23a7086527f70ae48f162fd4 100644 (file)
@@ -1 +1 @@
-973
+974
index e6b3e71b073c9a592e4f38aaae6b90950805834f..28fd7f995ebc69c4f47e54b96337adc2cf3e5ef6 100644 (file)
@@ -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
index 556563ced528030a14444a051d120d0c053a12d5..da37df9fec013e63648f3dee821a6d3ea6bc9ef6 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 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 */