Release version 955 generated by do-release.sh v955
authorArt Cancro <ajc@citadel.org>
Mon, 13 Jun 2022 01:20:30 +0000 (21:20 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 13 Jun 2022 01:20:30 +0000 (21:20 -0400)
citadel/server/citadel.h
citadel/server/sysdep.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 5845dd960387ce617f7294761adc3a8b81021197..a760503f141c7ec3bcd97521884a0d2486fbba03 100644 (file)
@@ -26,9 +26,9 @@ extern "C" {
 
 // Text description of this software
 // (We used to define this ourselves, but why bother when the build tools do it for us?)
-#define CITADEL        PACKAGE_STRING
+#define CITADEL        "Citadel" PACKAGE_VERSION
 
-#define REV_LEVEL 954          // This version
+#define REV_LEVEL 955          // 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 7d6af84b39e7da9eea0b5c34f68e69e6ca868980..20d5a601dee0410164a494596afc529f3c1b1ccb 100644 (file)
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "Citadel"
 
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Citadel 951"
-
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "citadel"
 
index 07e892bb9f3743925b0cb41b06899758b63dda5a..3f03bef474f471e567b3e966ffa18704f6059bca 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 954
+#define LIBCITADEL_VERSION_NUMBER 955
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 8a8022aedd07b3ff1695ec317f95dbbaadbdce8e..903645975266e520f6fa78673fa3d1507183eea7 100644 (file)
@@ -1 +1 @@
-954
+955
index 0d7fe4a2f31fa33cfdea800d2b75bda838e9b53c..ec7318b11d5c4a9f6f52ee68e4255ad0900d9836 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 954
+#define CLIENT_VERSION 955
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index fc6b975a066cac6e365e6ee0883299587ce52051..ae6adcfc7f47dd0e0879628f3d42fe35703d38ac 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 954             /* This version of WebCit */
+#define CLIENT_VERSION 955             /* 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 */