From 42b5deb13cea57ced4765626d66833f33bf496a3 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 3 Oct 2000 16:43:09 +0000 Subject: [PATCH] * This is gonna be 2.13 --- webcit/README.txt | 4 ++-- webcit/webcit.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webcit/README.txt b/webcit/README.txt index d914c98af..875c62744 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel/UX System - version 2.12 + version 2.13 Copyright (C) 1996-2000 by Art Cancro, Nathan Bryant, and Nick Grossman This program is free software released under the terms of the GNU General @@ -108,5 +108,5 @@ ones which you may be interested in are: That's all you need to know to get started. If you have any questions or comments, please visit UNCENSORED! BBS, the home of Citadel/UX, at one of the following locations: - via Internet: uncnsrd.mt-kisco.ny.us + via Internet: uncensored.citadel.org modem dialup: 914-244-3252 diff --git a/webcit/webcit.h b/webcit/webcit.h index 7c7d0b033..32354f435 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 v2.12" /* who's in da house */ +#define SERVER "WebCit v2.13" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 212 +#define CLIENT_VERSION 213 #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */ -- 2.39.2