Requiring libburn 1.1.7

This commit is contained in:
Thomas Schmitt 2011-10-05 07:52:00 +00:00
parent f83e78817f
commit 80b0f99366
3 changed files with 3 additions and 3 deletions

View File

@ -321,7 +321,7 @@ if test x$enable_pkg_check_modules = xyes; then
dnl If PKG_CHECK_MODULES is to be used after this if-block, dnl If PKG_CHECK_MODULES is to be used after this if-block,
dnl then it might be necessary to perform PKG_PROG_PKG_CONFIG before the block. dnl then it might be necessary to perform PKG_PROG_PKG_CONFIG before the block.
LIBBURN_REQUIRED=1.1.6 LIBBURN_REQUIRED=1.1.7
LIBISOFS_REQUIRED=1.1.6 LIBISOFS_REQUIRED=1.1.6
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 1 #define isoburn_libburn_req_minor 1
#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.09.27.133025" #define Xorriso_timestamP "2011.10.05.075024"