From 6ae505a0a247ea3d205040f5bb352d016a295642 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 23 Jan 2010 15:33:37 +0000 Subject: [PATCH] Requiring libburn-0.7.6 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 4fffb07f..a8f30f17 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.6 : -- libburn.so.4 , version libburn-0.7.4 or higher -- libisofs.so.6 , version libisofs-0.6.24 or higher +- libburn.so.4 , version libburn-0.7.6 or higher +- libisofs.so.6 , version libisofs-0.6.26 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 5df30ea9..e86f7faf 100644 --- a/configure.ac +++ b/configure.ac @@ -234,7 +234,7 @@ AC_CHECK_HEADER(libburn/libburn.h) AC_CHECK_HEADER(libisofs/libisofs.h) dnl Check for proper library versions -LIBBURN_REQUIRED=0.7.5 +LIBBURN_REQUIRED=0.7.6 LIBISOFS_REQUIRED=0.6.26 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 cab77fe0..5a4036f3 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 5 +#define isoburn_libburn_req_micro 6 /** The minimum version of libisofs to be used with this version of libisoburn diff --git a/xorriso/README b/xorriso/README index f261b423..6a37ec92 100644 --- a/xorriso/README +++ b/xorriso/README @@ -276,8 +276,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.6 : -- libburn.so.4 , version libburn-0.7.4 or higher -- libisofs.so.6 , version libisofs-0.6.24 or higher +- libburn.so.4 , version libburn-0.7.6 or higher +- libisofs.so.6 , version libisofs-0.6.26 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 336eee7d..25dda80f 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.01.20.105928" +#define Xorriso_timestamP "2010.01.23.153510"