From be573f282af178cffc8d6428e14940b22b019d88 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 26 Nov 1999 01:28:10 +0000 Subject: [PATCH] * 2.01 release --- webcit/ChangeLog | 4 ++++ webcit/README.txt | 2 +- webcit/webcit.h | 4 ++-- webcit/webserver.c | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 6965a4a33..23b0524be 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -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 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/README.txt b/webcit/README.txt index 8962407a2..077b10df0 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -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 diff --git a/webcit/webcit.h b/webcit/webcit.h index 4183d3a71..a078d222e 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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) diff --git a/webcit/webserver.c b/webcit/webserver.c index 900ff3020..3a00ac373 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -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) -- 2.30.2