From 84d837b34d9beea1c58fcfbe517775c0e3d43c38 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 26 Dec 2001 05:27:51 +0000 Subject: [PATCH] * doco and header update for 3.21 --- webcit/README.txt | 2 +- webcit/webcit.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webcit/README.txt b/webcit/README.txt index 6f0901217..5cc16609b 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel/UX System - version 3.20 + version 3.21 Copyright (C) 1996-2001 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index 0e9ddd86f..0c8cd6618 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.20" /* who's in da house */ +#define SERVER "WebCit v3.21" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 320 +#define CLIENT_VERSION 321 #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */ -- 2.39.2