* bugfix in the hash implementation; expanding the hash wasn't done properly
[citadel.git] / libcitadel / configure.in
index db8b8f2d9e59fe79db89e8ae7f4823ef61dfea61..392d61805daa6c81d5fb18f0032cd7b347a32019 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.09, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 1.10, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)