From 0a411f774cbad397bf1a097c95906c2a12b8c0ef Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 15 Jun 2005 01:50:29 +0000 Subject: [PATCH] * Bumped the internal version number to 6.19 --- webcit/ChangeLog | 4 +++- webcit/README.txt | 5 +++-- webcit/roomops.c | 13 ++++++------- webcit/summary.c | 2 ++ webcit/webcit.h | 4 ++-- 5 files changed, 16 insertions(+), 12 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index e6eddc614..a766f322f 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 611.15 2005/06/15 01:50:29 ajc +* Bumped the internal version number to 6.19 + Revision 611.14 2005/06/14 14:47:48 ajc * Moved the and in the room icon out of roomops.c and into static/roombanner.html, since every room will have an icon now. @@ -2594,4 +2597,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/README.txt b/webcit/README.txt index 88bfa6a09..9c319b107 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,13 +1,14 @@ WEBCIT for the Citadel System - version 6.10 + version 6.19 - Copyright (C) 1996-2004 by the authors. Portions written by: + Copyright (C) 1996-2005 by the authors. Portions written by: Art Cancro Nathan Bryant Nick Grossman Andru Luvisi Kevin Roth Dave Lindquist + Martin Mouritzen This program is free software released under the terms of the GNU General Public License. Please read COPYING.txt for more licensing information. diff --git a/webcit/roomops.c b/webcit/roomops.c index c8216f7a9..11629e87c 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -276,38 +276,37 @@ void embed_room_graphic(void) { else if (WC->wc_view == VIEW_ADDRESSBOOK) { wprintf("\n" + "\">" ); } else if (WC->wc_view == VIEW_CALENDAR) { wprintf("\n" + "\">" ); } else if (WC->wc_view == VIEW_TASKS) { wprintf("\n" + "\">" ); } else if (WC->wc_view == VIEW_NOTES) { wprintf("\n" + "\">" ); - wprintf("'static/storenotes_16x.gif'"); } else if (WC->wc_view == VIEW_MAILBOX) { wprintf("\n" + "\">" ); } else { wprintf("\n" + "\">" ); } diff --git a/webcit/summary.c b/webcit/summary.c index 19ff3a0a4..7dcb4fc79 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -212,6 +212,8 @@ void server_info_section(void) { escputs(serv_info.serv_humannode); wprintf(", running "); escputs(serv_info.serv_software); + wprintf(" with "); + escputs(SERVER); wprintf(", and located in "); escputs(serv_info.serv_bbs_city); wprintf(".
\nYour system administrator is "); diff --git a/webcit/webcit.h b/webcit/webcit.h index cbd546e40..6300e23fe 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -42,10 +42,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.11" /* who's in da house */ +#define SERVER "WebCit v6.19" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 611 /* This version of WebCit */ +#define CLIENT_VERSION 619 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 640 /* min required Citadel vers */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" -- 2.39.2