From f8e5f597f68a3abd166c80b3b088cdb20e3418da Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 4 Jan 2000 15:39:30 +0000 Subject: [PATCH] * oops, forgot to bump the version number in .h and docs --- 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 b27b82905..5d4bdd985 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel/UX System - version 2.10 + version 2.11 Copyright (C) 1996-1999 by Art Cancro, Nathan Bryant, and Nick Grossman This program is free software released under the terms of the GNU General diff --git a/webcit/webcit.h b/webcit/webcit.h index 66e177df5..db90505e2 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -3,10 +3,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 v2.10" /* who's in da house */ +#define SERVER "WebCit v2.11" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 210 +#define CLIENT_VERSION 211 #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */ -- 2.39.2