Imprinting version of xorriso and libraries into ISO preparer_id

This commit is contained in:
2008-02-14 17:57:34 +00:00
parent b41d350fd6
commit baa13e0b88
4 changed files with 46 additions and 19 deletions

View File

@ -18,6 +18,19 @@
#ifndef Xorriso_private_includeD
#define Xorriso_private_includeD yes
#define Xorriso_program_versioN "0.0.1"
/** The source code release timestamp */
#include "xorriso_timestamp.h"
#ifndef Xorriso_timestamP
#define Xorriso_timestamP "-none-given-"
#endif
/** The binary build timestamp is to be set externally by the compiler */
#ifndef Xorriso_build_timestamP
#define Xorriso_build_timestamP "-none-given-"
#endif
/* Because regex_t is mentioned in struct XorrisO */
#ifdef Xorriso_with_regeX