releaseversion.sh simplified to handle integer version numbers
[citadel.git] / libcitadel / configure.in
index 14db2bc74ea468d6d6da3c04039ac2faba2141b0..a39b6d468720fb55ece1ab0d64ad8b068adc16c9 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, 916, http://uncensored.citadel.org)
+AC_INIT(libcitadel,917, 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=916
+LIBREVISION=917
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)