From 14b8b333df323776252456116fb33bdcb5ba0584 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 4 Mar 2013 19:42:27 -0500 Subject: [PATCH] AC_INIT use the documented version number, not the ldconfig version number --- libcitadel/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2