From: Art Cancro Date: Tue, 28 Sep 2004 16:12:31 +0000 (+0000) Subject: * Prepare for 5.24 release X-Git-Tag: v7.86~5238 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=aedf3db7ff532930fdfae01dce99885f6aec445e;p=citadel.git * Prepare for 5.24 release --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index c1fc818ea..91604aa9a 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 523.12 2004/09/28 16:12:30 ajc +* Prepare for 5.24 release + Revision 523.11 2004/09/27 02:17:47 ajc * messages.c: fix build problem on non-calendar-enabled installations * floors.c: fix a warning message @@ -2074,4 +2077,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 f7442ccb0..77baa97b7 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel System - version 5.23 + version 5.24 Copyright (C) 1996-2004 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index a3a4ed998..6e1c903db 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.23" /* who's in da house */ +#define SERVER "WebCit v5.24" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 523 /* This version of WebCit */ +#define CLIENT_VERSION 524 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 626 /* min required Citadel vers */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504"