NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
AutoVersion Namespace Reference

Variables

static const char DATE [] = "19"
 
static const char MONTH [] = "10"
 
static const char YEAR [] = "2022"
 
static const char UBUNTU_VERSION_STYLE [] = "22.10"
 
static const char STATUS [] = "Compton"
 
static const char STATUS_SHORT [] = ""
 
static const long MAJOR = 1
 
static const long MINOR = 1
 
static const long BUILD = 4
 
static const long REVISION = 697
 
static const long BUILDS_COUNT = 4971
 
static const char FULLVERSION_STRING [] = "1.1.4.697"
 
static const char SVN_REVISION [] = "1240"
 
static const char SVN_DATE [] = "2022-10-15T18:21:14.295587Z"
 
static const long BUILD_HISTORY = 0
 

Variable Documentation

◆ BUILD

◆ BUILD_HISTORY

const long AutoVersion::BUILD_HISTORY = 0
static

Definition at line 33 of file version.h.

◆ BUILDS_COUNT

const long AutoVersion::BUILDS_COUNT = 4971
static

Definition at line 23 of file version.h.

◆ DATE

◆ FULLVERSION_STRING

const char AutoVersion::FULLVERSION_STRING[] = "1.1.4.697"
static

Definition at line 26 of file version.h.

◆ MAJOR

◆ MINOR

◆ MONTH

◆ REVISION

const long AutoVersion::REVISION = 697
static

Definition at line 20 of file version.h.

◆ STATUS

const char AutoVersion::STATUS[] = "Compton"
static

Definition at line 13 of file version.h.

Referenced by cmd_set().

◆ STATUS_SHORT

const char AutoVersion::STATUS_SHORT[] = ""
static

Definition at line 14 of file version.h.

Referenced by strfnc_getversioninfo().

◆ SVN_DATE

const char AutoVersion::SVN_DATE[] = "2022-10-15T18:21:14.295587Z"
static

Definition at line 30 of file version.h.

◆ SVN_REVISION

const char AutoVersion::SVN_REVISION[] = "1240"
static

Definition at line 29 of file version.h.

◆ UBUNTU_VERSION_STYLE

const char AutoVersion::UBUNTU_VERSION_STYLE[] = "22.10"
static

Definition at line 10 of file version.h.

Referenced by MyApp::OnInit(), parser_numereversion(), and strfnc_getversioninfo().

◆ YEAR