Version leap to libisoburn-0.4.5

This commit is contained in:
2009-10-27 20:56:57 +00:00
parent 73e740f822
commit a93589ecba
11 changed files with 66 additions and 76 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([libisoburn], [0.4.3], [http://libburnia-project.org])
AC_INIT([libisoburn], [0.4.5], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -34,16 +34,16 @@ dnl Libtool versioning
dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE
dnl
dnl ts A90829
dnl ### This is the release version 0.4.2 = libisoburn.so.1.31.0
dnl ts A91027
dnl ### This is the release version 0.4.4 = libisoburn.so.1.33.0
dnl This is the development version after above stable release
dnl LT_CURRENT++, LT_AGE++ have not happened happened yet.
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl
dnl SONAME = 32 - 31 = 1 . Library name = libisoburn.so.1.31.0
dnl SONAME = 34 - 33 = 1 . Library name = libisoburn.so.1.33.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=32
LT_AGE=31
LT_CURRENT=34
LT_AGE=33
LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`