Version leap to 0.2.1

This commit is contained in:
2008-06-22 14:04:05 +00:00
parent 4fba3a4365
commit 071a3869db
10 changed files with 60 additions and 57 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([libisoburn], [0.1.9], [http://libburnia-project.org])
AC_INIT([libisoburn], [0.2.1], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -20,8 +20,8 @@ dnl LT_CURREN, LT_AGE, LT_REVISION where SONAME becomes LT_CURRENT - LT_AGE
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=8
ISOBURN_MINOR_VERSION=2
ISOBURN_MICRO_VERSION=1
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
AC_SUBST(ISOBURN_MAJOR_VERSION)
@ -33,15 +33,15 @@ dnl Libtool versioning
dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE
dnl
dnl ts A80602
dnl ### This is the release version 0.1.8 = libisoburn.so.1.7.0
dnl ts A80622
dnl ### This is the release version 0.2.0 = libisoburn.so.1.9.0
dnl This is the development version after above stable release
dnl LT_CURRENT++, LT_AGE++ have not happened happened yet.
dnl
dnl SONAME = 8 - 7 = 1 . Library name = libburn.so.1.7.0
dnl SONAME = 10 - 9 = 1 . Library name = libburn.so.1.9.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=8
LT_AGE=7
LT_CURRENT=10
LT_AGE=9
LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`