From: Art Cancro Date: Wed, 29 Jun 2005 03:12:28 +0000 (+0000) Subject: * Bumped internal version number to 6.20 X-Git-Tag: v7.86~4808 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=0c8adfda7cad1d2ee138f4ff0e4e5a4e9435013d;p=citadel.git * Bumped internal version number to 6.20 --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 3f0a409c9..5f06e8896 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 619.17 2005/06/29 03:12:28 ajc +* Bumped internal version number to 6.20 + Revision 619.16 2005/06/29 03:10:10 ajc * PROPFIND on an individual item inside a room now works (it simply spews the href and etag properties, regardless of what the request @@ -2671,3 +2674,4 @@ 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 9c319b107..dd70a988a 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel System - version 6.19 + version 6.20 Copyright (C) 1996-2005 by the authors. Portions written by: Art Cancro diff --git a/webcit/vcard.h b/webcit/vcard.h index aae58eb3c..c8fbcfec8 100644 --- a/webcit/vcard.h +++ b/webcit/vcard.h @@ -1,7 +1,7 @@ /* * $Id$ * - * vCard implementation for Citadel/UX + * vCard implementation for Citadel * * Copyright (C) 1999 by Art Cancro * This code is freely redistributable under the terms of the GNU General diff --git a/webcit/webcit.h b/webcit/webcit.h index 24ee4dfc3..e9ba29537 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.19" /* who's in da house */ +#define SERVER "WebCit v6.20" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 619 /* This version of WebCit */ +#define CLIENT_VERSION 620 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 640 /* min required Citadel vers */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504"