Release version 973 generated by do-release.sh v973
authorArt Cancro <ajc@citadel.org>
Sun, 26 Feb 2023 19:22:40 +0000 (14:22 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 26 Feb 2023 19:22:40 +0000 (14:22 -0500)
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index cb59c485c971b0a14edd2a6fc4e1824dc7f2f764..c1325673818f83d911f9cb136a6bb16fc324dc12 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 972
+#define LIBCITADEL_VERSION_NUMBER 973
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 66ae0255b7661d08426e76720d192edac2258f82..835c5f1dcd337466bbb385de656b22792b45416a 100644 (file)
@@ -1 +1 @@
-972
+973
index ca6dab0e1e70042a3f4ca2720c6b1b16cd7703ab..e6b3e71b073c9a592e4f38aaae6b90950805834f 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 972
+#define CLIENT_VERSION 973
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 47a9a1f08294e52b9e373f83f766f117b457e62d..556563ced528030a14444a051d120d0c053a12d5 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 972             /* This version of WebCit */
+#define CLIENT_VERSION 973             /* 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 */