Requiring libisofs-0.6.29 now

This commit is contained in:
Thomas Schmitt 2010-04-05 19:29:24 +00:00
parent 7878f1f039
commit 24bbe47f18
3 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
dnl Check for proper library versions
LIBBURN_REQUIRED=0.7.8
LIBISOFS_REQUIRED=0.6.28
LIBISOFS_REQUIRED=0.6.29
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)

View File

@ -217,7 +217,7 @@ void isoburn_version(int *major, int *minor, int *micro);
*/
#define isoburn_libisofs_req_major 0
#define isoburn_libisofs_req_minor 6
#define isoburn_libisofs_req_micro 28
#define isoburn_libisofs_req_micro 29
/** The minimum version of libburn to be used with this version of libisoburn
at compile time.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.04.01.140653"
#define Xorriso_timestamP "2010.04.05.192817"