* Updated docs and headers for 5.00 release
authorArt Cancro <ajc@citadel.org>
Tue, 10 Jun 2003 04:22:58 +0000 (04:22 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 10 Jun 2003 04:22:58 +0000 (04:22 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h

index 544b67182038254da69dff0ebc101776dc23b9f7..2d39fddd5548959359cc1691ca126ec36204e5a8 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 410.50  2003/06/10 04:22:58  ajc
+* Updated docs and headers for 5.00 release
+
 Revision 410.49  2003/06/10 04:05:23  ajc
 * De-tabled the left side icon bar and reduced one of the graphics, so
   that all of the rounded corners show up in Satan's Browser.
@@ -1480,4 +1483,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-
index 77479ec41859dd2c50e905d0fbd0e3e025f4adb3..aaf944ae8c764ca12484d2d46ccb2992fc58835a 100644 (file)
@@ -1,5 +1,5 @@
                       WEBCIT for the Citadel/UX System
-                               version 4.10
+                               version 5.00
  
    Copyright (C) 1996-2003 by the authors.  Portions written by:
        Art Cancro
index c4aa08961365a70ccbbc69a7ce2732ce058e79bb..39a5d39c87e73a04f927975cc06d19f28104f7bf 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 v4.10"  /* who's in da house */
+#define SERVER                 "WebCit v5.00"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         410             /* This version of WebCit */
+#define CLIENT_VERSION         500             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    607             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"