Release version 946 generated by do-release.sh v946
authorArt Cancro <ajc@citadel.org>
Mon, 10 Jan 2022 18:31:36 +0000 (13:31 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 10 Jan 2022 18:31:36 +0000 (13:31 -0500)
citadel/citadel.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index f57d9fbd065162191077a695702dad11e7b7a915..f0187e4472771a9693cd6b915150b0c807c30692 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  */
 #define CITADEL        PACKAGE_STRING
 
-#define REV_LEVEL 945          // This version
+#define REV_LEVEL 946          // This version
 #define REV_MIN                591             // Oldest compatible database
 #define EXPORT_REV_MIN 931             // Oldest compatible export files
 #define LIBCITADEL_MIN 931             // Minimum required version of libcitadel
index 63facadedd62f7ec02b0a490af1fd0040fec89ae..52dbc0621eb165547a9df290a4d0376eb217958f 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 945
+#define LIBCITADEL_VERSION_NUMBER 946
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 2ebd3a0c97f42f839cf6479f837ccab04466932c..8152c0d1c27f6edbec68a1b5601e3de6c6bc202d 100644 (file)
@@ -1 +1 @@
-945
+946
index b6ae980847c0eb79f7b3c73a5b1b962e0da855c1..24659797ff37c03c4e12c386045a6db31c7011a4 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 945
+#define CLIENT_VERSION 946
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 24de99352a6d5238051d55c63fab772b0de2e821..a74f0533a41c077db2c232b9763e9b3ad09ea52b 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 945             /* This version of WebCit */
+#define CLIENT_VERSION 946             /* 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 */