Version leap to libisoburn-0.5.9
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user