New function StrBufDecodeQP() to decode a quoted-printable StrBuf in-place without...
[citadel.git] / libcitadel / configure.in
index 2be9c363d79af1acb024c64fb369637f6f6881a2..21c0636d0afde3781938327a2db56e1bb5e51604 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, 903, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 904, 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=903
+LIBREVISION=904
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)