Preparing release

This commit is contained in:
Mario Danic 2008-10-06 08:39:04 +02:00
parent 89b0e9da68
commit 56287470b0
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([libisofs], [0.6.9], [http://libburnia-project.org])
AC_INIT([libisofs], [0.6.10], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -44,7 +44,7 @@ dnl If LIBISOFS_*_VERSION changes, be sure to change AC_INIT above to match.
dnl
LIBISOFS_MAJOR_VERSION=0
LIBISOFS_MINOR_VERSION=6
LIBISOFS_MICRO_VERSION=9
LIBISOFS_MICRO_VERSION=10
LIBISOFS_VERSION=$LIBISOFS_MAJOR_VERSION.$LIBISOFS_MINOR_VERSION.$LIBISOFS_MICRO_VERSION
AC_SUBST(LIBISOFS_MAJOR_VERSION)
@ -54,10 +54,10 @@ AC_SUBST(LIBISOFS_VERSION)
dnl Libtool versioning
LT_RELEASE=$LIBISOFS_MAJOR_VERSION.$LIBISOFS_MINOR_VERSION
# SONAME = 10 - 4 = 6 . Library name = libisofs.6.4.0
LT_CURRENT=10
# SONAME = 12 - 6 = 6 . Library name = libisofs.6.6.0
LT_CURRENT=12
LT_REVISION=0
LT_AGE=4
LT_AGE=6
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
AC_SUBST(LT_RELEASE)