From cce0c592c8c51a30948216d2c5f0430e1f6bbea9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 13 Jan 2013 10:26:17 +0000 Subject: [PATCH] Requiring libburn-1.2.7 --- configure.ac | 2 +- libisoburn/libisoburn.h | 2 +- xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0430aa81..f4f3df5b 100644 --- a/configure.ac +++ b/configure.ac @@ -355,7 +355,7 @@ 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.2.6 + LIBBURN_REQUIRED=1.2.7 LIBISOFS_REQUIRED=1.2.6 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 a23707f5..d497049f 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -250,7 +250,7 @@ void isoburn_version(int *major, int *minor, int *micro); */ #define isoburn_libburn_req_major 1 #define isoburn_libburn_req_minor 2 -#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 61e0bce2..56dd6f2e 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2013.01.13.093116" +#define Xorriso_timestamP "2013.01.13.102527"