]> code.citadel.org Git - citadel.git/blobdiff - webcit/configure.ac
* Version number to 7.80
[citadel.git] / webcit / configure.ac
index 5b66eb692aa95bd9659509ba9a0b0c30c8a37c95..049571cdc60e3b97d2c83555d8468d4ebc178c18 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.66], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.80], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
@@ -167,10 +167,10 @@ if test "$ok_iconv" = no; then
                )
 fi     
 if test "$ok_iconv" != "no"; then
-       AC_MSG_RESULT(libcitadel will be built with character set conversion.)
+       AC_MSG_RESULT(webcit will be built with character set conversion.)
        AC_DEFINE(HAVE_ICONV,[],[whether we have iconv for charset conversion])
 else
-       AC_MSG_RESULT(libcitadel will be built without character set conversion.)
+       AC_MSG_RESULT(webcit will be built without character set conversion.)
 fi