From 09a6421436da795d2271b4ff420ae2e545f2cd31 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 1 Dec 2004 21:35:45 +0000 Subject: [PATCH] * Changed internal version number to 5.26 --- webcit/ChangeLog | 4 ++++ webcit/README.txt | 2 +- webcit/webcit.h | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 5b74b85f8..d30ce57bd 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 525.4 2004/12/01 21:35:44 ajc +* Changed internal version number to 5.26 + Revision 525.3 2004/12/01 21:34:17 ajc * Numerous memory management bugfixes. @@ -2118,3 +2121,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 a291bdbc1..1031fea47 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel System - version 5.25 + version 5.26 Copyright (C) 1996-2004 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index 43a39cff2..1b9c98572 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -32,10 +32,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 v5.25" /* who's in da house */ +#define SERVER "WebCit v5.26" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 525 /* This version of WebCit */ +#define CLIENT_VERSION 526 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 626 /* min required Citadel vers */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" -- 2.30.2