From b5847a4633a6e01e7832d6f1fa0b5a046e34f45d Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 14 Oct 2009 11:51:10 +0000 Subject: [PATCH] Requiring libburn-0.7.2 now --- README | 4 ++-- configure.ac | 2 +- libisoburn/libisoburn.h | 2 +- xorriso/README | 4 ++-- xorriso/xorriso_timestamp.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index b8f081fd..decac745 100644 --- a/README +++ b/README @@ -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. diff --git a/configure.ac b/configure.ac index e42c99e8..a052430c 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 73fa4546..a13c3aeb 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -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 diff --git a/xorriso/README b/xorriso/README index fa5c86a9..ed2c886b 100644 --- a/xorriso/README +++ b/xorriso/README @@ -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. diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index b0d43364..a38e4fac 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.10.14.114830" +#define Xorriso_timestamP "2009.10.14.115223"