From 8da515ed8152b270a37817dd8b0245531c63d9b9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 28 Jun 2001 15:05:18 +0000 Subject: [PATCH] * 3.01 --- 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 503da41c7..51c847d27 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel/UX System - version 3.00 + version 3.01 Copyright (C) 1996-2000 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index 528870e15..faca0d6ad 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -5,10 +5,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.00" /* who's in da house */ +#define SERVER "WebCit v3.01" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 300 +#define CLIENT_VERSION 301 #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */ -- 2.39.2