* Bumped internal version number to 6.20
authorArt Cancro <ajc@citadel.org>
Wed, 29 Jun 2005 03:12:28 +0000 (03:12 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 29 Jun 2005 03:12:28 +0000 (03:12 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/vcard.h
webcit/webcit.h

index 3f0a409c9b8d521e6cbd7a3d1ff10b198ea39ff4..5f06e88961c82d7c01ae784b585cd5d51d80c371 100644 (file)
@@ -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 <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 9c319b1075e8c1cbc4f91caac6a62dd2207097d0..dd70a988ad35e0a097409e9623f10148de9cfc80 100644 (file)
@@ -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
index aae58eb3c2b2e9cd5009cff1a03faf29cd1fbb0d..c8fbcfec8a3b4c580ada3605a37eb2d64ebb955a 100644 (file)
@@ -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
index 24ee4dfc3f115244a73dd5b22fd8ec8c8f184dde..e9ba2953730bb059b1803d4cd534e80bd16cb52b 100644 (file)
 #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"