Release version 958 generated by do-release.sh v958
authorArt Cancro <ajc@citadel.org>
Sat, 17 Sep 2022 21:23:02 +0000 (17:23 -0400)
committerArt Cancro <ajc@citadel.org>
Sat, 17 Sep 2022 21:23:02 +0000 (17:23 -0400)
citadel/server/citadel.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index fa415f1242b123a924a9f6dcd413db52b460a135..376c645a225188ac111a88e3d776b9bb8bbed941 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #endif
 
 
-#define REV_LEVEL 957          // This version
+#define REV_LEVEL 958          // 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 b6e9cb1f89ce0ea6138a60baa7d00ef90890aa0a..5f50539c275b7629eca53cb6c0627e80765996e4 100644 (file)
@@ -21,7 +21,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 957
+#define LIBCITADEL_VERSION_NUMBER 958
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 6943e4dbe733d070b96942bde280bc3efd898e3b..1c0f77afdc0300b2813216ad7b0d393c63668ac0 100644 (file)
@@ -1 +1 @@
-957
+958
index 192aa50f817cf45614c242b4533276afe3ffa2f7..c718bb926e917be41597dacac78621bee4992116 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 957
+#define CLIENT_VERSION 958
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index a5adb52fd4b89687d843980bbcb4c333580f3297..95ab9a1f29450a0e753316ef66cf4e0d222f2acd 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 957             /* This version of WebCit */
+#define CLIENT_VERSION 958             /* 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 */