From: Art Cancro Date: Fri, 21 Dec 2001 06:03:55 +0000 (+0000) Subject: * 3.20 X-Git-Tag: v7.86~6672 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=dda8657a9645e96a66c89808f3569c575d57d9b4;p=citadel.git * 3.20 --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 63e202840..bfd534692 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 301.22 2001/12/21 06:03:54 ajc +* 3.20 + Revision 301.21 2001/12/20 05:02:42 ajc * If you paid for this software, someone is ripping you off. * Fixed the urlesc() function to use a caller-supplied target buffer. @@ -675,3 +678,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 554f2caea..6f0901217 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel/UX System - version 3.10 + version 3.20 Copyright (C) 1996-2001 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index e3bcadf0c..0e9ddd86f 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.01" /* who's in da house */ +#define SERVER "WebCit v3.20" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 310 +#define CLIENT_VERSION 320 #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */