From 8d18e7577564a2296f20e9773755d3534dc5cf6a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 9 Sep 2002 03:56:14 +0000 Subject: [PATCH] * This is version 4.00 --- webcit/ChangeLog | 3 +++ webcit/README.txt | 2 +- webcit/webcit.h | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 9692936fc..62ccb87cd 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 400.0 2002/09/09 03:56:11 ajc +* This is version 4.00 + Revision 323.68 2002/09/09 03:51:01 ajc * In the HTML-to-HTML converter: --> Open links in new window (as with text msgs) diff --git a/webcit/README.txt b/webcit/README.txt index ac3f60582..774522802 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel/UX System - version 3.23 + version 4.00 Copyright (C) 1996-2002 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index a656ebcf1..a7c8363cb 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -7,10 +7,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 v3.23" /* who's in da house */ +#define SERVER "WebCit v4.00" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 323 +#define CLIENT_VERSION 400 #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */ -- 2.39.2