Switch to 0.6.7, error codes for iso_dat_source.read

This commit is contained in:
2008-08-26 16:09:04 +02:00
parent c1a7702f52
commit e91f12972b
3 changed files with 28 additions and 7 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([libisofs], [0.6.6], [http://libburnia-project.org])
AC_INIT([libisofs], [0.6.7], [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=6
LIBISOFS_MICRO_VERSION=7
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 = 6 - 0 = 6 . Library name = libisofs.6.0.0
LT_CURRENT=7
# SONAME = 8 - 2 = 6 . Library name = libisofs.6.2.0
LT_CURRENT=8
LT_REVISION=0
LT_AGE=1
LT_AGE=2
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
AC_SUBST(LT_RELEASE)