From dd75b86c1a366d2832d9c991adc1f7c1e0a8635f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 10 Jun 2003 04:22:58 +0000 Subject: [PATCH] * Updated docs and headers for 5.00 release --- webcit/ChangeLog | 4 +++- webcit/README.txt | 2 +- webcit/webcit.h | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 544b67182..2d39fddd5 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -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 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/README.txt b/webcit/README.txt index 77479ec41..aaf944ae8 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -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 diff --git a/webcit/webcit.h b/webcit/webcit.h index c4aa08961..39a5d39c8 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -25,10 +25,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 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" -- 2.39.2