Version leap to libisoburn-0.5.9

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

View File

@ -22,6 +22,12 @@
Mandatory calls are:
Xorriso_new(), Xorriso_startup_libraries(), Xorriso_destroy()
This architecture is fully public since version 0.5.8. From then on, new
features get marked by
@since major.minor.micro
If this mark is missing, then the feature was present before release 0.5.8.
There is a lower level of API which consists of libisofs.h, libburn.h and
libisoburn.h. One should not mix those calls with the ones of xorriso.h .
*/
@ -50,7 +56,7 @@ struct XorrisO;
*/
#define Xorriso_header_version_majoR 0
#define Xorriso_header_version_minoR 5
#define Xorriso_header_version_micrO 7
#define Xorriso_header_version_micrO 9
/** Eventually something like ".pl01" to indicate a bug fix. Normally empty.