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

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