Version leap to 0.1.3

This commit is contained in:
2008-03-12 13:19:10 +00:00
parent 466f640565
commit 92212c4cc9
10 changed files with 103 additions and 57 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([libisoburn], [0.1.1], [http://libburnia-project.org])
AC_INIT([libisoburn], [0.1.3], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -15,7 +15,7 @@ dnl
dnl These three are only copies to provide libtool with unused LT_RELEASE
ISOBURN_MAJOR_VERSION=0
ISOBURN_MINOR_VERSION=1
ISOBURN_MICRO_VERSION=1
ISOBURN_MICRO_VERSION=3
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
AC_SUBST(ISOBURN_MAJOR_VERSION)
@ -28,14 +28,14 @@ dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE
dnl
dnl ts A80215
dnl This is the developmen t version after stable release libisoburn.so.1.1.0
dnl LT_CURRENT++, LT_AGE++ has not happened yet.
dnl This is the development version after stable release libisoburn.so.1.1.0
dnl LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl
dnl SONAME = 2 - 1 = 1 . Library name = libburn.so.1.1.1
dnl SONAME = 3 - 2 = 1 . Library name = libburn.so.1.2.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=2
LT_AGE=1
LT_REVISION=1
LT_CURRENT=3
LT_AGE=2
LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
AC_SUBST(LT_RELEASE)