diff --git a/configure.ac b/configure.ac index 0f2d25f2..6dccaad5 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,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.2 +LIBBURN_REQUIRED=0.8.3 LIBISOFS_REQUIRED=0.6.32 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 68159e16..ea76f8f5 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -228,7 +228,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 2 +#define isoburn_libburn_req_micro 3 /** The minimum version of libisofs to be used with this version of libisoburn diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index f5bf2ca7..7bbf189c 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.06.14.081834" +#define Xorriso_timestamP "2010.06.15.160133"