THIS IS WEBCIT 7.06
authorArt Cancro <ajc@citadel.org>
Wed, 7 Mar 2007 05:54:02 +0000 (05:54 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 7 Mar 2007 05:54:02 +0000 (05:54 +0000)
webcit/README.txt
webcit/configure.ac
webcit/webcit.h

index 6a8b22a57aef0c054a68caf687686a9b29192ed8..7af83e2c07356eebccaacb25d74e2b6ccae58856 100644 (file)
@@ -1,13 +1,13 @@
                         WEBCIT for the Citadel System
-                               version 7.02
+                               version 7.06
  
    Copyright (C) 1996-2007 by the authors.  Portions written by:
        Art Cancro
-       Nathan Bryant
-       Alessandro Fulciniti
        Wilifried Goesgens
+       Nathan Bryant
        Nick Grossman
        Andru Luvisi
+       Alessandro Fulciniti
        Dave Lindquist
        Matt Pfleger
        Martin Mouritzen
index a2e214ce6225e6dd429ef3b6d0b8952d8ac7aea0..d0af2ee792c55a5ae7eab2848157c6933e9b7db7 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(webserver.c)
 
 
 PACKAGE=webcit
-VERSION=7.05
+VERSION=7.06
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 AC_SUBST(PACKAGE)
index aa693a95c53df7091ccb581143ada0d14a1fc9a0..85fe7b30d04ce954979c4b5833ab691184e8b91c 100644 (file)
@@ -122,10 +122,10 @@ extern locale_t wc_locales[];
 #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 v7.05"  /* who's in da house */
+#define SERVER                 "WebCit v7.06"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         705             /* This version of WebCit */
+#define CLIENT_VERSION         706             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    705             /* min required Citadel ver. */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"