Release version 988 generated by do-release.sh v988
authorArt Cancro <ajc@citadel.org>
Tue, 1 Aug 2023 02:32:40 +0000 (17:32 -0900)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Aug 2023 02:32:40 +0000 (17:32 -0900)
citadel/server/citadel_defs.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index ac08b9d6413c536fc2f5c00955f70c40a9159736..d39571f905fe2a502e5fc1d3cf491f8fa0818e72 100644 (file)
@@ -21,7 +21,7 @@
 #include "typesize.h"
 #include "ipcdef.h"
 
-#define REV_LEVEL 987          // This version
+#define REV_LEVEL 988          // 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 92193e02ea367d2b2a60611fd1bc8d89cf84f2ed..ddb75c3c393433da7565743c8abbb6b46d25569b 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 987
+#define LIBCITADEL_VERSION_NUMBER 988
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 45b0f829eb33d2147ced64cc9962ce8873bdd878..60d44837bc39b4ca18a7c345dfcc5bcf763c1e8c 100644 (file)
@@ -1 +1 @@
-987
+988
index c93d3516989bb328fd6f09d9507352f679fdb287..b0602147c71bd80dad34807bee873e973a7a3abf 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 987
+#define CLIENT_VERSION 988
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 6262d61d548bcf51a3a56254b49544dc7a5d3219..1b525849451ad24413124b70c60a3ffc47355fe3 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 987             /* This version of WebCit */
+#define CLIENT_VERSION 988             /* 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 */