]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/configure.in
Make the swap buffer content function publically available.
[citadel.git] / libcitadel / configure.in
index 76867ee12018c4f487b282ef54a2d8bc8dde0ace..595f0b6ed806275a8e4d355f6509fc86ee0db185 100755 (executable)
@@ -5,12 +5,11 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 3.8.13, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 4.9.01, http://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
 AC_CONFIG_SRCDIR(tests/Makefile.in)
-m4_include([m4/local.m4])
 
 dnl
 dnl Increment LIBREVISION if source code has changed at all
@@ -23,8 +22,8 @@ dnl
 dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
-LIBCURRENT=3
-LIBREVISION=813
+LIBCURRENT=4
+LIBREVISION=901
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)