GDS-Render v1.2.1
Version Number

Variables

const char * _app_version_string
 This string holds the Git Based Version Number of the app. More...
 
const char * _app_git_commit
 This string holds the git commit hash of the current HEAD revision. More...
 
const char * _app_version_string = "! version not set !"
 This string holds the Git Based Version Number of the app. More...
 
const char * _app_git_commit = "! Commit hash not available !"
 This string holds the git commit hash of the current HEAD revision. More...
 

Detailed Description

See Git Based Version Number

Variable Documentation

◆ _app_git_commit [1/2]

const char* _app_git_commit
extern

This string holds the git commit hash of the current HEAD revision.

Definition at line 40 of file version.c.

◆ _app_git_commit [2/2]

const char* _app_git_commit = "! Commit hash not available !"

This string holds the git commit hash of the current HEAD revision.

Definition at line 40 of file version.c.

◆ _app_version_string [1/2]

const char* _app_version_string
extern

This string holds the Git Based Version Number of the app.

Definition at line 32 of file version.c.

◆ _app_version_string [2/2]

const char* _app_version_string = "! version not set !"

This string holds the Git Based Version Number of the app.

Definition at line 32 of file version.c.