Version leap to 0.2.3

This commit is contained in:
2008-07-18 14:07:48 +00:00
parent a68624cc5c
commit 319ab37ad9
11 changed files with 437 additions and 79 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.3"
/** 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;