Version leap to 0.2.2

This commit is contained in:
2008-07-18 13:29:11 +00:00
parent 3cb1741725
commit f3cb096f46
10 changed files with 80 additions and 74 deletions

View File

@ -18,7 +18,7 @@
#ifndef Xorriso_private_includeD
#define Xorriso_private_includeD yes
#define Xorriso_program_versioN "0.2.1"
#define Xorriso_program_versioN "0.2.2"
/** The source code release timestamp */
#include "xorriso_timestamp.h"
@ -133,6 +133,8 @@ struct XorrisO { /* the global context of xorriso */
1= value is session number
2= value is track number
3= value is lba
bit16= with mode 3 : value is possibly 16 too high.
Let isoburn_set_msc1() adjust it.
bit30= interference with normal msc1 processing
is enabled. Without this bit,
isoburn_set_msc1() will not be called.
@ -271,7 +273,7 @@ struct XorrisO { /* the global context of xorriso */
double error_count; /* double will not roll over */
/* pacifiers */
int pacifier_style; /* 0= xorriso, 1=cdrecord, 2=mkisofs */
int pacifier_style; /* 0= xorriso, 1=mkisofs 2=cdrecord */
double pacifier_interval;
double start_time;
double last_update_time;