From 154b50f6f70f52a7d8edad58b7c80c59278659c7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 8 Apr 2014 09:45:08 +0000 Subject: [PATCH] Requiring libburn-1.3.7 and libisofs-1.3.7 --- configure.ac | 4 ++-- libisoburn/libisoburn.h | 4 ++-- xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index f9878583..e72d90da 100644 --- a/configure.ac +++ b/configure.ac @@ -372,8 +372,8 @@ if test x$enable_pkg_check_modules = xyes; then 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. - LIBBURN_REQUIRED=1.3.5 - LIBISOFS_REQUIRED=1.3.6 + LIBBURN_REQUIRED=1.3.7 + LIBISOFS_REQUIRED=1.3.7 PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED) PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED) if test x$LIBCDIO_DEF = x; then diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 0c512d49..7b41389f 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -242,7 +242,7 @@ void isoburn_version(int *major, int *minor, int *micro); */ #define isoburn_libisofs_req_major 1 #define isoburn_libisofs_req_minor 3 -#define isoburn_libisofs_req_micro 6 +#define isoburn_libisofs_req_micro 7 /** The minimum version of libburn to be used with this version of libisoburn at compile time. @@ -250,7 +250,7 @@ void isoburn_version(int *major, int *minor, int *micro); */ #define isoburn_libburn_req_major 1 #define isoburn_libburn_req_minor 3 -#define isoburn_libburn_req_micro 6 +#define isoburn_libburn_req_micro 7 /** The minimum compile time requirements of libisoburn towards libjte are the same as of a suitable libisofs towards libjte. diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 001aa0d0..078dcaca 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.04.08.091745" +#define Xorriso_timestamP "2014.04.08.094441"