Version leap to libisoburn-0.5.9

This commit is contained in:
2010-06-14 09:33:43 +00:00
parent 8f5d65aeef
commit e5e52cdf09
11 changed files with 101 additions and 74 deletions

View File

@ -43,7 +43,7 @@
The xorriso source is divided in two groups:
A set of source modules interacts with the libraries:
A set of source modules interacts with the lower level library APIs:
base_obj.[ch] fundamental operations of the XorrisO object
lib_mgt.[ch] manages the relation between xorriso and the libraries
@ -57,7 +57,7 @@
filters.[ch] operates on data filter objects
xorrisoburn.h declarations needed by the non-library modules
Another set is independent of the liburnia libraries:
Another set is independent of the lower level APIs:
parse_exec.c deals with parsing and interpretation of command input
sfile.c functions around files and strings
@ -100,11 +100,12 @@
#include "xorriso.h"
/* The minimum version of libisoburn to be used with this version of xorriso
/* The minimum version of libisoburn xorriso API to be used with this
version of xorriso.
*/
#define Xorriso_req_majoR 0
#define Xorriso_req_minoR 5
#define Xorriso_req_micrO 7
#define Xorriso_req_micrO 8
static void yell_xorriso()