From 72fd6efbc074b3272befc88dfd2415d5a2af84a9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 19 Jan 2006 04:09:43 +0000 Subject: [PATCH] THIS IS 6.71 --- webcit/ChangeLog | 3 +++ webcit/README.txt | 2 +- webcit/webcit.h | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index ad86d980c..83be0184b 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,5 +1,8 @@ $Id$ +Wed Jan 18 23:09:26 EST 2006 ajc +* THIS IS 6.71 + Wed Jan 18 16:39:12 EST 2006 ajc * fix_scrollbar_bug is now a class instead of an id. Fixes validator warnings. * Corrected bad html generated when there's only one message in a summary view. diff --git a/webcit/README.txt b/webcit/README.txt index f99390d05..06ea57709 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel System - version 6.70 + version 6.71 Copyright (C) 1996-2006 by the authors. Portions written by: Art Cancro diff --git a/webcit/webcit.h b/webcit/webcit.h index 78cfa7f4a..a73f2a85c 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -119,10 +119,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 v6.70" /* who's in da house */ +#define SERVER "WebCit v6.71" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 670 /* This version of WebCit */ +#define CLIENT_VERSION 671 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 670 /* min required Citadel ver. */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" -- 2.39.2