]> code.citadel.org Git - citadel.git/commitdiff
* Require Citadel server version to be at least 6.63
authorArt Cancro <ajc@citadel.org>
Tue, 13 Dec 2005 22:51:43 +0000 (22:51 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 13 Dec 2005 22:51:43 +0000 (22:51 +0000)
* THIS IS 6.40

webcit/ChangeLog
webcit/webcit.h

index 37529ee9bed77ef001e32d4a17d2b3449d2db22d..53d4d2f3e4cd784ae05ba6b0132e40327647b411 100644 (file)
@@ -1,5 +1,9 @@
 $Id$
 
+Tue Dec 13 17:50:57 EST 2005 ajc
+* Require Citadel server version to be at least 6.63
+* THIS IS 6.40
+
 Tue Dec 13 14:41:50 EST 2005 ajc
 * Don't try to twiddle /etc/inittab on systems that don't have /etc/inittab.
 
index fbaccbeba72a848cb545898b3d1ff2507091945c..d7a3f403abe3d1a87b3123950b5f3b4924dbb86d 100644 (file)
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
 #define CLIENT_VERSION         640             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    661             /* min required Citadel ver. */
+#define MINIMUM_CIT_VERSION    663             /* min required Citadel ver. */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */