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

index 10cd1a7b57ce2221836ce04dc3caba4d9a53cd2c..836362f43ff9c390bea2c08269cd4c9d6147c324 100644 (file)
@@ -10,7 +10,7 @@
 # config.mk is generated by ./configure
 include config.mk
 
-all := citserver setup sendcommand citmail chkpw chkpwd ctdldump ctdlload
+all := citserver setup sendcommand citmail chkpw chkpwd
 all: $(all)
 
 SRCDIRS := $(wildcard server server/modules/*)
index 176723b77d04e8dfa1b444790229f4e7fd83a4e0..a2f666b0b5e25bd71b6b3ce6218aa593c5b31a59 100644 (file)
@@ -21,7 +21,7 @@
 #include "typesize.h"
 #include "ipcdef.h"
 
-#define REV_LEVEL 982          // This version
+#define REV_LEVEL 983          // 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 b2241e8acdae13b5120bb8b3350248f33abd8184..5fab0c5cf4bc91384dda94e3edcf171361f1fb62 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 982
+#define LIBCITADEL_VERSION_NUMBER 983
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index acbef433bf14960874c51dc1939e5572d5ccc08f..9f0c87b5f183dfd496925e3dd0a6d01a9ce52f51 100644 (file)
@@ -1 +1 @@
-982
+983
index b6dc80c81418a64aab29846cebb73e3b4fe0f461..4923ece8e0d74f37838b46cff62a4422850d83a8 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 982
+#define CLIENT_VERSION 983
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
index e76dd6ecd7510920f862ed8e3f1361eacf6d3ea2..15c5bca3ee26d7cc88dd4511778a1fc9da32dd84 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 982             /* This version of WebCit */
+#define CLIENT_VERSION 983             /* 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 */