* 2.01 release
authorArt Cancro <ajc@citadel.org>
Fri, 26 Nov 1999 01:28:10 +0000 (01:28 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 26 Nov 1999 01:28:10 +0000 (01:28 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h
webcit/webserver.c

index 6965a4a334684aec67c7507672b775e9c31a3912..23b0524be297645a5e5f89a3e8fae1ab3b0e5a2e 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 1.106  1999/11/26 01:28:10  ajc
+* 2.01 release
+
 Revision 1.105  1999/11/04 02:05:02  ajc
 * Added 'number of worker threads' to site config screen
 
@@ -309,3 +312,4 @@ 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 8962407a25de57b5f7ac0d67a3c85a1cb8ce1567..077b10df0012bd57de601aa52a7bdeaf30acf42d 100644 (file)
@@ -1,5 +1,5 @@
                       WEBCIT for the Citadel/UX System
-                               version 2.00
+                               version 2.01
  
    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 4183d3a715c0ef63c744175cfac15144858e4213..a078d222e02c43c6a810a939542d84fd405f6fa9 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.00"  /* who's in da house */
+#define SERVER         "WebCit v2.01"  /* who's in da house */
 #define DEVELOPER_ID   0
 #define CLIENT_ID      4
-#define CLIENT_VERSION 200
+#define CLIENT_VERSION 201
 #define DEFAULT_HOST   "localhost"
 #define DEFAULT_PORT   "504"
 #define LB             (1)
index 900ff3020cb938bf51d17275e91f2a570aaee61c..3a00ac3735fbb8eac59b29f01b9c81b1593e259a 100644 (file)
@@ -264,7 +264,7 @@ int main(int argc, char **argv)
                        defaultport = argv[optind];
        }
        /* Tell 'em who's in da house */
-       printf("WebCit version 2.00\n");
+       printf("WebCit version 2.01\n");
        printf("Copyright (C) 1996-1999.  All rights reserved.\n\n");
 
        if (chdir(WEBCITDIR) != 0)