From: Art Cancro Date: Tue, 5 Mar 2013 00:42:27 +0000 (-0500) Subject: AC_INIT use the documented version number, not the ldconfig version number X-Git-Tag: v8.16 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=refs%2Ftags%2Fv8.16 AC_INIT use the documented version number, not the ldconfig version number --- diff --git a/libcitadel/configure.in b/libcitadel/configure.in index c7efc3c44..e8dfcfdd0 100755 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -5,7 +5,7 @@ dnl dnl Ensure that libcitadel is configured with autoconf 2.52 or newer AC_PREREQ(2.52) -AC_INIT(libcitadel, 3.8.16, http://uncensored.citadel.org) +AC_INIT(libcitadel, 8.16, http://uncensored.citadel.org) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(conftools)