Release version 996 generated by do-release.sh v996
authorArt Cancro <ajc@citadel.org>
Fri, 29 Sep 2023 02:19:43 +0000 (22:19 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 29 Sep 2023 02:19:43 +0000 (22:19 -0400)
citadel/server/citadel_defs.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

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