]> code.citadel.org Git - citadel.git/commitdiff
* bumped the version string to 5.01
authorArt Cancro <ajc@citadel.org>
Tue, 21 Oct 2003 04:26:27 +0000 (04:26 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 21 Oct 2003 04:26:27 +0000 (04:26 +0000)
webcit/ChangeLog
webcit/webcit.h

index 952aa33b15a5b23f05369421fa872a9450ba03de..ed84c01ccfc0340c032440870a0a8b028779444d 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 500.30  2003/10/21 04:26:27  ajc
+* bumped the version string to 5.01
+
 Revision 500.29  2003/10/17 03:08:28  ajc
 * Finished prettying up the vCard display
 
@@ -1599,4 +1602,3 @@ 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 ac7a2bbf0876180fe61277313bf4c9dfedffe341..3be0456e9c1784a3d386993b835391f41620d98c 100644 (file)
@@ -25,7 +25,7 @@
 #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 v5.00"  /* who's in da house */
+#define SERVER                 "WebCit v5.01"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
 #define CLIENT_VERSION         501             /* This version of WebCit */