app/triface/verstag.h File Reference

Declare application version strings. More...

#include "cfg/arch_config.h"

Go to the source code of this file.


Defines

#define VERS_DBG   "D"
 If _SNAPSHOT is defined, VERS_TAG contains the build date date instead of a numeric version string.
#define MAKE_VERS(maj, min, rev)   _STRINGIZE(maj) "." _STRINGIZE(min) "." _STRINGIZE(rev) VERS_LETTER VERS_DBG
 Build application version string (i.e.
#define MAKE_RCVERS(maj, min, rev, bld)   _STRINGIZE(maj) ", " _STRINGIZE(min) ", " _STRINGIZE(rev) ", " _STRINGIZE(bld)
 Build application version string suitable for MS windows resource files (i.e.

Variables

const char vers_tag []
 The revision string (contains VERS_TAG).
const int vers_build_nr
 Sequential build number (contains VERS_BUILD).
const char vers_host []
 Hostname of the machine used to build this binary (contains VERS_HOST).

Detailed Description

Declare application version strings.

Version:
Id
verstag.h 1163 2008-03-05 23:31:15Z asterix

Author:
Bernardo Innocenti <bernie@develer.com>

Definition in file app/triface/verstag.h.


Define Documentation

#define MAKE_RCVERS ( maj,
min,
rev,
bld   )     _STRINGIZE(maj) ", " _STRINGIZE(min) ", " _STRINGIZE(rev) ", " _STRINGIZE(bld)

Build application version string suitable for MS windows resource files (i.e.

: "1, 7, 0, 1")

Definition at line 81 of file app/triface/verstag.h.

#define MAKE_VERS ( maj,
min,
rev   )     _STRINGIZE(maj) "." _STRINGIZE(min) "." _STRINGIZE(rev) VERS_LETTER VERS_DBG

Build application version string (i.e.

: "1.7.0")

Definition at line 73 of file app/triface/verstag.h.