Release version 999 generated by do-release.sh v999
authorArt Cancro <ajc@citadel.org>
Fri, 12 Apr 2024 16:19:44 +0000 (09:19 -0700)
committerArt Cancro <ajc@citadel.org>
Fri, 12 Apr 2024 16:19:44 +0000 (09:19 -0700)
citadel/server/citadel_defs.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 27c62501605e44f88c0e9184234bccb5f3fc4e27..4ee0cd060f18792fdc85f9cf48abe7d6fc6bbaf7 100644 (file)
@@ -21,7 +21,7 @@
 #include "typesize.h"
 #include "ipcdef.h"
 
-#define REV_LEVEL 998          // This version
+#define REV_LEVEL 999          // 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 6cda389aef46d9b44d4a3de994e33dfd9ac8073e..1817187371f798c931caad30603ed092496e13a6 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 998
+#define LIBCITADEL_VERSION_NUMBER 999
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 806adbfbe9cd6295e6d626ea6c4537bada49d61f..a6905f8ba447c0116590e38b2430151b506b1611 100644 (file)
@@ -1 +1 @@
-998
+999
index abb00838f5d461e744fb62f0f788dcc0172d7700..66583979d982b97c8451fb1f9ae89e2652b33bde 100644 (file)
@@ -6,7 +6,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 998
+#define CLIENT_VERSION 999
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 8528505619b54adc8f930b25bb9bcc2faa59afbd..31eaa92dffc36f66c36ab63abe4601d624b5d1f6 100644 (file)
@@ -118,7 +118,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 998             /* This version of WebCit */
+#define CLIENT_VERSION 999             /* 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 */