Release version 947 generated by do-release.sh v947
authorArt Cancro <ajc@citadel.org>
Mon, 10 Jan 2022 19:54:58 +0000 (14:54 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 10 Jan 2022 19:54:58 +0000 (14:54 -0500)
citadel/citadel.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index f0187e4472771a9693cd6b915150b0c807c30692..c32f6d68f12d2ba4c36443bd34156315f8d8a870 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  */
 #define CITADEL        PACKAGE_STRING
 
-#define REV_LEVEL 946          // This version
+#define REV_LEVEL 947          // 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 52dbc0621eb165547a9df290a4d0376eb217958f..05ec9b16c10e9b0e0980c03780f402ae2d5351a7 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 946
+#define LIBCITADEL_VERSION_NUMBER 947
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 8152c0d1c27f6edbec68a1b5601e3de6c6bc202d..43c16f4eb801f7909deae9473ae08f9b665c45c4 100644 (file)
@@ -1 +1 @@
-946
+947
index 24659797ff37c03c4e12c386045a6db31c7011a4..463480368b63d675a67ae6ecd196fb5e8788805b 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 946
+#define CLIENT_VERSION 947
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index a74f0533a41c077db2c232b9763e9b3ad09ea52b..a6c680b0cfc7c4c3a43fd601abe2c668ce9c0d5d 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 946             /* This version of WebCit */
+#define CLIENT_VERSION 947             /* 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 */