Changed versioning and tarball name to match unpack directory name

This commit is contained in:
2010-02-22 19:54:48 +00:00
parent 9d8676c3ef
commit 5d79606532
4 changed files with 49 additions and 19 deletions

View File

@ -17,18 +17,28 @@ struct XorrisO;
#define Xorriso_program_versioN "0.4.9"
#define Xorriso_program_patch_leveL ""
/* --------------------- Fundamental Management ------------------- */
/* Get the version text (e.g. "0.4.2") of the program code.
This may differ from Xorriso_program_versioN if xorriso is dynamically
linked to an application.
@param flag unused yet, submit 0
@return readonly character string
*/
char *Xorriso__get_version_text(int flag);
/* Get the patch level text (e.g. "" or ".pl01") of the program code.
@param flag unused yet, submit 0
@return readonly character string
*/
char *Xorriso__get_patch_level_text(int flag);
/* Mandatory call:
Create a new xorriso object and tell it the program name to be used
with messages and for decision of special behavior.