Changed the copyright date in the startup banner
authorArt Cancro <ajc@citadel.org>
Sat, 4 Feb 2006 03:42:10 +0000 (03:42 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 4 Feb 2006 03:42:10 +0000 (03:42 +0000)
webcit/configure.in
webcit/webserver.c

index 701754ef3a558f23d300e9b453b49fa61689c997..625b547b7dad485429dc470b12b478e9b6255959 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(webserver.c)
 
 
 PACKAGE=webcit
-VERSION=6.40
+VERSION=6.72
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 AC_SUBST(PACKAGE)
index b308ceef6ac65968198b6e130ec4b210bcbf2cd2..4824d5a95c3aeb94b50c78fbf80b15e4a3039dfb 100644 (file)
@@ -544,7 +544,7 @@ int main(int argc, char **argv)
        }
        /** Tell 'em who's in da house */
        lprintf(1, SERVER "\n");
-       lprintf(1, "Copyright (C) 1996-2005 by the Citadel development team.\n"
+       lprintf(1, "Copyright (C) 1996-2006 by the Citadel development team.\n"
                "This software is distributed under the terms of the "
                "GNU General Public License.\n\n"
        );