Requiring libburn-0.8.8 now

This commit is contained in:
Thomas Schmitt 2010-10-20 17:06:07 +00:00
parent 32a7b0fd4d
commit d4872c7d83
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
dnl Check for proper library versions
LIBBURN_REQUIRED=0.8.7
LIBBURN_REQUIRED=0.8.8
LIBISOFS_REQUIRED=0.6.37
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)

View File

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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.10.20.170430"
#define Xorriso_timestamP "2010.10.20.170546"