Release version 981 generated by do-release.sh v981
authorArt Cancro <ajc@citadel.org>
Fri, 21 Jul 2023 21:21:27 +0000 (12:21 -0900)
committerArt Cancro <ajc@citadel.org>
Fri, 21 Jul 2023 21:21:27 +0000 (12:21 -0900)
citadel/server/citadel_defs.h
libcitadel/lib/libcitadel.h
release_version.txt
textclient/textclient.h
webcit/webcit.h

index 7a6929aaa2a4e3b06ef3e24d5bc5649aa3999e0c..abff7ae84c3ef5b4a2861eeb5a7a5f60a95aaa42 100644 (file)
@@ -21,7 +21,7 @@
 #include "typesize.h"
 #include "ipcdef.h"
 
-#define REV_LEVEL 980          // This version
+#define REV_LEVEL 981          // 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 dc96e2bb038d689d993f44723259a29bcaa95877..12c659ae6cdd65dc0b99ae1570f080339a30b0f7 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 980
+#define LIBCITADEL_VERSION_NUMBER 981
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index da8e2a42b73664ebfbca03d2f0294375d2a21fcd..7db0976bda8f5dc82f90e2038d052b5fc7d3d519 100644 (file)
@@ -1 +1 @@
-980
+981
index 4f6730c79f793dbb4b11429c42c8f86f7fdd6755..641b3ea512cb487d9e161597a941162392898d0d 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 980
+#define CLIENT_VERSION 981
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index 3d20649898d6c135db72b6208f898e71efed7c81..f8ab946464622c35f3b64b128c014144066a27ff 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 980             /* This version of WebCit */
+#define CLIENT_VERSION 981             /* 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 */