Release version 949 generated by do-release.sh v949
authorArt Cancro <ajc@citadel.org>
Wed, 12 Jan 2022 19:29:10 +0000 (14:29 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 12 Jan 2022 19:29:10 +0000 (14:29 -0500)
citadel/citadel.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index dd9b818063effd9d6eeef0345dc6661de369cd73..5ac85bc0f8ca5e75adca98ef040d4a11d16b1e29 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  */
 #define CITADEL        PACKAGE_STRING
 
-#define REV_LEVEL 948          // This version
+#define REV_LEVEL 949          // 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 7b20e816fcb7bda280c34f17605a830aa5804c59..609eb11687c9ad1eff12276252014b0d8263a444 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 948
+#define LIBCITADEL_VERSION_NUMBER 949
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index a3147617e7567ccf4f73b927e617dcaf0446ad2c..a0394c20d6bb293fb4bce20e89b73a8cb17c74c0 100644 (file)
@@ -1 +1 @@
-948
+949
index 282bdffb45da49b9a0ac692b984021e5308dd08f..65fabbd04fbd7c3534d417cb9eb33ae69c9664c0 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 948
+#define CLIENT_VERSION 949
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index b8ddc665446f1c6a907771ad27e11f1cb73ce9fe..e01d3ad630e701a4eb5984000ee3f623528cff32 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 948             /* This version of WebCit */
+#define CLIENT_VERSION 949             /* 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 */