Requiring libisofs-1.0.0 and libburn-1.0.0 now

This commit is contained in:
Thomas Schmitt 2011-01-16 18:26:01 +00:00
parent 4f780339e1
commit 97740ad93d
3 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ dnl Libtool versioning
dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE
dnl
dnl ts B01026
dnl ts B01212
dnl ### This is the release version 0.6.6 = libisoburn.so.1.55.0
dnl This is the development version after above stable release
dnl LT_CURRENT++, LT_AGE++ have not happened yet.
@ -302,8 +302,8 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
# ------- Visible mark in configure : Start of library check
dnl Check for proper library versions
LIBBURN_REQUIRED=0.8.8
LIBISOFS_REQUIRED=0.6.41
LIBBURN_REQUIRED=1.0.0
LIBISOFS_REQUIRED=1.0.0
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)

View File

@ -222,17 +222,17 @@ void isoburn_version(int *major, int *minor, int *micro);
at compile time.
@since 0.1.0
*/
#define isoburn_libisofs_req_major 0
#define isoburn_libisofs_req_minor 6
#define isoburn_libisofs_req_micro 41
#define isoburn_libisofs_req_major 1
#define isoburn_libisofs_req_minor 0
#define isoburn_libisofs_req_micro 0
/** The minimum version of libburn to be used with this version of libisoburn
at compile time.
@since 0.1.0
*/
#define isoburn_libburn_req_major 0
#define isoburn_libburn_req_minor 8
#define isoburn_libburn_req_micro 8
#define isoburn_libburn_req_major 1
#define isoburn_libburn_req_minor 0
#define isoburn_libburn_req_micro 0
/** The minimum compile time requirements of libisoburn towards libjte are
the same as of a suitable libisofs towards libjte.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.01.06.111034"
#define Xorriso_timestamP "2011.01.16.182558"