]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/configure.in
serv_upgrade.c now has pre- and post- startup sections. The import of email addresse...
[citadel.git] / libcitadel / configure.in
index fe0c76f4f5d190bc30ecf20a0a44554656e45d66..625498d8bf41c13e064173fb4677ba083a340f44 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 902, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 914, http://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
@@ -20,7 +20,7 @@ dnl Set LIBAGE to 0.
 dnl
 
 LIBCURRENT=4
-LIBREVISION=902
+LIBREVISION=914
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)