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

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