Release version 995 generated by do-release.sh v995
authorArt Cancro <ajc@citadel.org>
Wed, 27 Sep 2023 03:59:55 +0000 (23:59 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 27 Sep 2023 03:59:55 +0000 (23:59 -0400)
citadel/server/citadel_defs.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index c682286e467246a834550e2396159934ab18b039..6173a6c3d7265f9fa6d7c9a8aff65f1727252d8c 100644 (file)
@@ -21,7 +21,7 @@
 #include "typesize.h"
 #include "ipcdef.h"
 
-#define REV_LEVEL 994          // This version
+#define REV_LEVEL 995          // 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 6eeb8b1e23d56a84d18b013bf42f5830e40a562c..65237341587f3557db343af692a60db26b090f2d 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 994
+#define LIBCITADEL_VERSION_NUMBER 995
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 8de1e36feaba3ab52da2b3146a1677c8c3a8fe2f..6e1fc58dbfacf894582d16d34515548d553dac69 100644 (file)
@@ -1 +1 @@
-994
+995
index 9e8fbce099246f394ddf3959e9a15aa86c11e8e7..0284b6c661e392dfbc3993980a2f67e0adb99478 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 994
+#define CLIENT_VERSION 995
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index c1cd527775a7b3e8c9a80f9ead5daa379a5a29cd..9f4b89084c1894957d2dbb6551ba79d6dc4e61c1 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 994             /* This version of WebCit */
+#define CLIENT_VERSION 995             /* 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 */