Requiring libburn-0.7.2 now

This commit is contained in:
Thomas Schmitt 2009-10-14 11:51:10 +00:00
parent 87d263de34
commit b5847a4633
5 changed files with 7 additions and 7 deletions

4
README
View File

@ -30,8 +30,8 @@ By using this software you agree to the disclaimer at the end of this text:
Compilation, First Glimpse, Installation
Dynamic library and compile time header requirements for libisoburn-0.4.2 :
- libburn.so.4 , version libburn-0.7.0 or higher
- libisofs.so.6 , version libisofs-0.6.22 or higher
- libburn.so.4 , version libburn-0.7.2 or higher
- libisofs.so.6 , version libisofs-0.6.24 or higher
libisoburn and xorriso will not start with libraries which are older than their
headers seen at compile time.

View File

@ -201,7 +201,7 @@ AC_CHECK_HEADER(libburn/libburn.h)
AC_CHECK_HEADER(libisofs/libisofs.h)
dnl Check for proper library versions
LIBBURN_REQUIRED=0.7.1
LIBBURN_REQUIRED=0.7.2
LIBISOFS_REQUIRED=0.6.24
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)

View File

@ -224,7 +224,7 @@ void isoburn_version(int *major, int *minor, int *micro);
*/
#define isoburn_libburn_req_major 0
#define isoburn_libburn_req_minor 7
#define isoburn_libburn_req_micro 1
#define isoburn_libburn_req_micro 2
/** The minimum version of libisofs to be used with this version of libisoburn

View File

@ -264,8 +264,8 @@ This binary is leaner but depends on properly installed libraries of suitable
revision.
Dynamic library and compile time header requirements for libisoburn-0.4.0 :
- libburn.so.4 , version libburn-0.7.0 or higher
- libisofs.so.6 , version libisofs-0.6.22 or higher
- libburn.so.4 , version libburn-0.7.2 or higher
- libisofs.so.6 , version libisofs-0.6.24 or higher
libisoburn and xorriso will not start with libraries which are older than their
headers seen at compile time. So compile in the oldest possible installation
setup unless you have reason to enforce a newer bug fix level.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.10.14.114830"
#define Xorriso_timestamP "2009.10.14.115223"