#include <version.h>
Public Types | |
enum | Type { STABLE, ALPHA, BETA, NONPUBLIC, PRERELEASE, PATCHLVL, UNKNOWN } |
Enumeration of all possible release types. More... | |
Static Public Member Functions | |
const char * | getVersion () throw () |
Return the version number, which is defined in BALL_RELEASE_STRING. | |
int | getMajorRevision () throw (Exception::InvalidFormat) |
Return the major revision number. | |
int | getMinorRevision () throw (Exception::InvalidFormat) |
Return the minor revision number. | |
Type | getType () throw () |
Return the type of release: ALPHA, BETA, NONPUPLIC, STABLE, PRERELEASE, PATCHLVL, UNKNOWN. | |
Static Protected Attributes | |
const char * | RELEASE_DATE_AND_TIME |
const char * | RELEASE_WHAT_STRING |
The BALL release, release data and related version can be retrieved by these methods.
|
Enumeration of all possible release types.
|
|
Return the major revision number. (The part of the release number before the point) |
|
Return the minor revision number. (The part of the release number after the point) |
|
Return the type of release: ALPHA, BETA, NONPUPLIC, STABLE, PRERELEASE, PATCHLVL, UNKNOWN.
|