From ec6a7d689b727d384115fcc6e48b38612c91317b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 12 Nov 2007 19:10:43 -0600 Subject: Return libalpm version number to being dot-separated I think I goofed this up when making the big overhaul of configure.ac. Signed-off-by: Dan McGee --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d04cd5d1..65637ee6 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE -LIB_VERSION=`expr lib_current-lib_age`.lib_revision +LIB_VERSION=`expr lib_current.lib_age`.lib_revision LIB_VERSION_INFO="lib_current:lib_revision:lib_age" # Set subsitution values for version stuff in Makefiles and anywhere else, -- cgit v1.2.3-24-g4f1b