* sanitize urlesc, so we don't buffer overrun.
[citadel.git] / libcitadel / configure.in
index 73f2193d8bd2710911392cedbb5241bbc4071abb..1c94025ae1a9114b9eecc9ed9a0763c0e4526ea4 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(citadel, 1.00, example@example.com)
+AC_INIT(citadel, 7.24, example@example.com)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)