Release version 976 generated by do-release.sh v976
authorArt Cancro <ajc@citadel.org>
Thu, 8 Jun 2023 21:39:55 +0000 (12:39 -0900)
committerArt Cancro <ajc@citadel.org>
Thu, 8 Jun 2023 21:39:55 +0000 (12:39 -0900)
citadel/server/citadel_defs.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 24ab1eb0b4cd94453e7d17f9dbf44e4a2e6a4d06..a9a90dc147c0119cbbd6196182e8ffe804ae9e63 100644 (file)
@@ -21,7 +21,7 @@
 #include "typesize.h"
 #include "ipcdef.h"
 
-#define REV_LEVEL 975          // This version
+#define REV_LEVEL 976          // 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 48e615850a843938fa9fc485f06e17f2d48449e1..4551cf6ceea6b9cd902caee15ef018009c291884 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 974
+#define LIBCITADEL_VERSION_NUMBER 976
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 7f1114fc19091f2a23a7086527f70ae48f162fd4..df142c67045d3ca683c106882807ec31d5eee2a8 100644 (file)
@@ -1 +1 @@
-974
+976
index 28fd7f995ebc69c4f47e54b96337adc2cf3e5ef6..784be1b11722542d02dd02c3dca7c1320737cb06 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 974
+#define CLIENT_VERSION 976
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index da37df9fec013e63648f3dee821a6d3ea6bc9ef6..1d6440177065b3dd4e323def31e6486e6abf4430 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 974             /* This version of WebCit */
+#define CLIENT_VERSION 976             /* 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 */