* fixed several crash / invalid data cases in the hash implementation
[citadel.git] / libcitadel / configure.in
index 4071fbad430a4042c902cd5a07331a6069ddb4a2..dad2a9998b40785ab82c912a36590f479d25a2b9 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.05, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 1.06, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)