* oops, forgot to bump the version number in .h and docs
authorArt Cancro <ajc@citadel.org>
Tue, 4 Jan 2000 15:39:30 +0000 (15:39 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 4 Jan 2000 15:39:30 +0000 (15:39 +0000)
webcit/README.txt
webcit/webcit.h

index b27b8290597d05c38de065247e6b53f744f09836..5d4bdd98524a6f497f7a77d8e6b39c7a44c2fc3b 100644 (file)
@@ -1,5 +1,5 @@
                       WEBCIT for the Citadel/UX System
-                               version 2.10
+                               version 2.11
  
    Copyright (C) 1996-1999 by Art Cancro, Nathan Bryant, and Nick Grossman
 This program is free software released under the terms of the GNU General
index 66e177df5eb08ce3b95a3770e8bd5e1ec06a0478..db90505e218962b29b5938300f828ff42deac6be 100644 (file)
@@ -3,10 +3,10 @@
 #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 v2.10"  /* who's in da house */
+#define SERVER                 "WebCit v2.11"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         210
+#define CLIENT_VERSION         211
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */