AC_INIT use the documented version number, not the ldconfig version number v8.16
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 5 Mar 2013 00:42:27 +0000 (19:42 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 5 Mar 2013 00:42:27 +0000 (19:42 -0500)
libcitadel/configure.in

index c7efc3c44232b5d4af43fd0a833eb90de52fc0c3..e8dfcfdd070fd0f07dec00f7c4922742f5b9494c 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, 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)