Changed libisofs requirements to 0.6.3

This commit is contained in:
Thomas Schmitt 2008-02-23 10:17:04 +00:00
parent 5fe8ac9f7f
commit fa4b90c968
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.02.22.114917" #define Xorriso_timestamP "2008.02.23.101619"