From: Art Cancro Date: Tue, 31 Aug 2004 03:02:28 +0000 (+0000) Subject: * Changed internal version number to 5.23 X-Git-Tag: v7.86~5284 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=dfbede1c0ae337256261691896abc4c0a6092f41;p=citadel.git * Changed internal version number to 5.23 --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index e3e366cb1..a28bbcd58 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 522.30 2004/08/31 03:02:28 ajc +* Changed internal version number to 5.23 + Revision 522.29 2004/08/27 02:40:06 ajc * Ditched the graphical buttons because CSS can do the same thing faster. @@ -2030,4 +2033,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 c70681537..312add914 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel System - version 5.20 + version 5.23 Copyright (C) 1996-2004 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index b816518b1..dc8b2f10d 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -33,10 +33,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.22" /* who's in da house */ +#define SERVER "WebCit v5.23" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 522 /* This version of WebCit */ +#define CLIENT_VERSION 523 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 623 /* min required Citadel vers */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504"