Release version 989 generated by do-release.sh v989
authorArt Cancro <ajc@citadel.org>
Thu, 31 Aug 2023 21:35:33 +0000 (12:35 -0900)
committerArt Cancro <ajc@citadel.org>
Thu, 31 Aug 2023 21:35:33 +0000 (12:35 -0900)
citadel/server/citadel_defs.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 6a16bfda8a894e878d69d32527b195d21bed2b66..40131d2b7215049336f86efbc00fea1ec58af80d 100644 (file)
@@ -21,7 +21,7 @@
 #include "typesize.h"
 #include "ipcdef.h"
 
-#define REV_LEVEL 988          // This version
+#define REV_LEVEL 989          // 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 ddb75c3c393433da7565743c8abbb6b46d25569b..e7783e1bab6d1fd2f27a084104a7f2b6d148e72c 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 988
+#define LIBCITADEL_VERSION_NUMBER 989
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 60d44837bc39b4ca18a7c345dfcc5bcf763c1e8c..6dbdf1f4e595f70d056682ec6d0b42900e7b3d2e 100644 (file)
@@ -1 +1 @@
-988
+989
index b0602147c71bd80dad34807bee873e973a7a3abf..792509d829e6c1830774208d1a438d10f57b14fb 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 988
+#define CLIENT_VERSION 989
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 1b525849451ad24413124b70c60a3ffc47355fe3..889dc7d480a5d8216cd1299aa0e3bfb223a62837 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 988             /* This version of WebCit */
+#define CLIENT_VERSION 989             /* 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 */