Requiring libburn-1.0.7 now

This commit is contained in:
Thomas Schmitt 2011-05-26 15:17:45 +00:00
parent f6a3170907
commit b4268c4dc5
3 changed files with 3 additions and 3 deletions

View File

@ -302,7 +302,7 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
# ------- Visible mark in configure : Start of library check # ------- Visible mark in configure : Start of library check
dnl Check for proper library versions dnl Check for proper library versions
LIBBURN_REQUIRED=1.0.6 LIBBURN_REQUIRED=1.0.7
LIBISOFS_REQUIRED=1.0.8 LIBISOFS_REQUIRED=1.0.8
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED) PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED) PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)

View File

@ -250,7 +250,7 @@ void isoburn_version(int *major, int *minor, int *micro);
*/ */
#define isoburn_libburn_req_major 1 #define isoburn_libburn_req_major 1
#define isoburn_libburn_req_minor 0 #define isoburn_libburn_req_minor 0
#define isoburn_libburn_req_micro 6 #define isoburn_libburn_req_micro 7
/** The minimum compile time requirements of libisoburn towards libjte are /** The minimum compile time requirements of libisoburn towards libjte are
the same as of a suitable libisofs towards libjte. the same as of a suitable libisofs towards libjte.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.22.181525" #define Xorriso_timestamP "2011.05.26.151635"