From 41619c27637f46d676607d7d3c225135f45bc5c4 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 23 Jan 2009 10:28:47 +0000 Subject: [PATCH] Demanding libisofs 0.6.13 now --- libisoburn/burn_wrap.c | 6 +++--- libisoburn/libisoburn.h | 2 +- xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libisoburn/burn_wrap.c b/libisoburn/burn_wrap.c index a7be06c2..637b00c6 100644 --- a/libisoburn/burn_wrap.c +++ b/libisoburn/burn_wrap.c @@ -83,11 +83,11 @@ int isoburn_initialize(char msg[1024], int flag) iso_lib_header_version_minor iso_lib_header_version_micro If the header is too old then the following code shall cause failure of - cdrskin compilation rather than to allow production of a program with + libisoburn compilation rather than to allow production of a program with unpredictable bugs or memory corruption. The compiler messages supposed to appear in this case are: error: 'LIBISOFS_MISCONFIGURATION' undeclared (first use in this function) - error: 'INTENTIONAL_ABORT_OF_COMPILATION__HEADERFILE_libisofs_dot_h_TOO_OLD__SEE_libisoburn_dot_h_and_burn_wrap_dot_h' undeclared (first use in this function) + error: 'INTENTIONAL_ABORT_OF_COMPILATION__HEADERFILE_libisofs_dot_h_TOO_OLD__SEE_libisoburn_dot_h_AND_burn_wrap_dot_h' undeclared (first use in this function) error: 'LIBISOFS_MISCONFIGURATION_' undeclared (first use in this function) */ /* The indendation is an advise of man gcc to help old compilers ignoring */ @@ -103,7 +103,7 @@ int isoburn_initialize(char msg[1024], int flag) #ifdef Isoburn_libisofs_dot_h_too_olD LIBISOFS_MISCONFIGURATION = 0; -INTENTIONAL_ABORT_OF_COMPILATION__HEADERFILE_libisofs_dot_h_TOO_OLD__SEE_libisoburn_dot_h_and_burn_wrap_dot_h = 0; +INTENTIONAL_ABORT_OF_COMPILATION__HEADERFILE_libisofs_dot_h_TOO_OLD__SEE_libisoburn_dot_h_AND_burn_wrap_dot_h = 0; LIBISOFS_MISCONFIGURATION_ = 0; #endif diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 2768ef5c..d71f9c28 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -200,7 +200,7 @@ void isoburn_version(int *major, int *minor, int *micro); */ #define isoburn_libisofs_req_major 0 #define isoburn_libisofs_req_minor 6 -#define isoburn_libisofs_req_micro 12 +#define isoburn_libisofs_req_micro 13 /** The minimum version of libburn to be used with this version of libisoburn at compile time. diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 0a199836..f7d33841 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.01.23.101305" +#define Xorriso_timestamP "2009.01.23.102843"