Oops ... libcitadel should be version 1.14, not 1.11
[citadel.git] / libcitadel / configure.in
index 9aca0db28874f1bc42d5b51b9f9ec4ac66d42f35..cff73f77e70896f80be48cd9561251d9eb29e24e 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, 1.11, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 1.14, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)