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 <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-11-12 19:10:43 -06:00
parent ca262623fc
commit ec6a7d689b
1 changed files with 1 additions and 1 deletions

View File

@ -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,