From: Art Cancro Date: Wed, 3 Nov 2004 20:21:02 +0000 (+0000) Subject: * Changed internal version number to 5.25 X-Git-Tag: v7.86~5209 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=22b91d17e31692293acfae824b0c889ebbef97c4;p=citadel.git * Changed internal version number to 5.25 --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 8ce9d9b7a..9be0519f0 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 524.7 2004/11/03 20:21:02 ajc +* Changed internal version number to 5.25 + Revision 524.6 2004/10/20 02:41:41 ajc * New "notes" icon * Added the notes room to the icon bar @@ -2103,3 +2106,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 77baa97b7..a291bdbc1 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel System - version 5.24 + version 5.25 Copyright (C) 1996-2004 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index fdf003a9b..43a39cff2 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.24" /* who's in da house */ +#define SERVER "WebCit v5.25" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 524 /* This version of WebCit */ +#define CLIENT_VERSION 525 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 626 /* min required Citadel vers */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504"