Release version 948 generated by do-release.sh v948
authorArt Cancro <ajc@citadel.org>
Mon, 10 Jan 2022 23:03:11 +0000 (18:03 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 10 Jan 2022 23:03:11 +0000 (18:03 -0500)
citadel/citadel.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

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