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

index b9190027d0f7113d7405e7a9cd3eed83ce809fa0..24b900ee674c7ec0f8da8afb85744316b8be63af 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #endif
 
 
-#define REV_LEVEL 971          // This version
+#define REV_LEVEL 972          // 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 ab11f74492d96bf730e7735170ed2483be8d0af1..f309aa59319414a9ccc6aa3cf5c4e24e91b3dd08 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 971
+#define LIBCITADEL_VERSION_NUMBER 972
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 3d78d3c5dc0352c9408595880003fea13597a7f7..66ae0255b7661d08426e76720d192edac2258f82 100644 (file)
@@ -1 +1 @@
-971
+972
index d4265078f23b5f1749af64f7af615bd393f2f9a1..ca6dab0e1e70042a3f4ca2720c6b1b16cd7703ab 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 971
+#define CLIENT_VERSION 972
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 213d9f8a36ceec3c9e13760000cd94b07d65b880..47a9a1f08294e52b9e373f83f766f117b457e62d 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 971             /* This version of WebCit */
+#define CLIENT_VERSION 972             /* 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 */