From: Art Cancro Date: Wed, 26 Dec 2001 23:11:47 +0000 (+0000) Subject: * 3.22 X-Git-Tag: v7.86~6662 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=997167fe0c35e3c300f34bd2b0893760aacd6fff;p=citadel.git * 3.22 --- diff --git a/webcit/README.txt b/webcit/README.txt index 5cc16609b..b561bd0ca 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel/UX System - version 3.21 + version 3.22 Copyright (C) 1996-2001 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index 0c8cd6618..522a48193 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.21" /* who's in da house */ +#define SERVER "WebCit v3.22" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 321 +#define CLIENT_VERSION 322 #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */