From 9e54087dd5e03ed0a90f33e98c26bbd7a9cee5f2 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 10 Feb 2014 21:30:17 +0000 Subject: [PATCH] Requiring libisofs-1.3.5 and libburn-1.3.5 --- configure.ac | 4 ++-- libisoburn/libisoburn.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ba7dc7b5..253f621f 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.4 - LIBISOFS_REQUIRED=1.3.4 + LIBBURN_REQUIRED=1.3.5 + LIBISOFS_REQUIRED=1.3.5 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 5c66b224..dfc6a36a 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 3 -#define isoburn_libburn_req_micro 4 +#define isoburn_libburn_req_micro 5 /** The minimum compile time requirements of libisoburn towards libjte are the same as of a suitable libisofs towards libjte.