]> code.citadel.org Git - citadel.git/commitdiff
THIS IS 6.30
authorArt Cancro <ajc@citadel.org>
Mon, 17 Oct 2005 15:13:15 +0000 (15:13 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 17 Oct 2005 15:13:15 +0000 (15:13 +0000)
webcit/ChangeLog
webcit/webcit.h

index a687cd32817970108ff6c9b31eaf00ce70fbefae..3481f3c9c23b257bf6fe4a68203a1855c0d2aeab 100644 (file)
@@ -1,3 +1,6 @@
+Mon Oct 17 11:12:50 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* THIS IS 6.30
+
 Sat Oct 15 00:43:17 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
 * Sort messages in reverse date order when no sort preference is set
 * When going from non-date sort to date sort, try reverse order first
index b21c86adda648f88722e830b92a8d6d7d8fafe33..f455732333ffc73cc3063e3cf2d895ef093833ae 100644 (file)
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
 #define PORT_NUM               2000            /* port number to listen on */
-#define SERVER                 "WebCit v6.26"  /* who's in da house */
+#define SERVER                 "WebCit v6.30"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         626             /* This version of WebCit */
+#define CLIENT_VERSION         630             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    658             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"