Release version 957 generated by do-release.sh v957
authorArt Cancro <ajc@citadel.org>
Wed, 15 Jun 2022 18:50:07 +0000 (14:50 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 15 Jun 2022 18:50:07 +0000 (14:50 -0400)
citadel/server/citadel.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 40b308f6829a22ccd52e324ee626176d8545c789..fa415f1242b123a924a9f6dcd413db52b460a135 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #endif
 
 
-#define REV_LEVEL 956          // This version
+#define REV_LEVEL 957          // 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 3bde17364aa148ad8f379565f3872b4d466ea3e8..362e69e4c3be11b212d5298d6171afd43adc0a82 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 956
+#define LIBCITADEL_VERSION_NUMBER 957
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 07eafa382cbdcdc67a8d2d81ca919b0f78272c4f..6943e4dbe733d070b96942bde280bc3efd898e3b 100644 (file)
@@ -1 +1 @@
-956
+957
index 18c3c98e947da12e9acfb8c40375c80032cd807b..192aa50f817cf45614c242b4533276afe3ffa2f7 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 956
+#define CLIENT_VERSION 957
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 3a59f74f79929ac52eba35256cd232069df849f5..c7b7d15eb8671ca6dea8170775e2be61820ea767 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 956             /* This version of WebCit */
+#define CLIENT_VERSION 957             /* 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 */