]> code.citadel.org Git - citadel.git/blobdiff - webcit/webserver.c
* handle webcit version through sysdep.h
[citadel.git] / webcit / webserver.c
index 38a1f0d1ee2d205fbf40534fbb91838300900859..55439dc6907ec594849b225d1ea7b62127ea494a 100644 (file)
@@ -739,7 +739,7 @@ int main(int argc, char **argv)
        }
 
        /** Tell 'em who's in da house */
-       lprintf(1, SERVER "\n");
+       lprintf(1, PACKAGE_STRING "\n");
        lprintf(1, "Copyright (C) 1996-2007 by the Citadel development team.\n"
                "This software is distributed under the terms of the "
                "GNU General Public License.\n\n"