X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fversion.sh;h=4af226e8a4132e72d78a96f39407bedf70c34c16;hp=2cdc0f42c8ba106b0be15b43353430ac429a0b33;hb=902ebfe5551be2daa3edf8141bcee91f62c0a5e0;hpb=8a990d2c87f8f8a6ca26dd2c6afef161dab2eb9e diff --git a/src/version.sh b/src/version.sh index 2cdc0f4..4af226e 100644 --- a/src/version.sh +++ b/src/version.sh @@ -62,5 +62,25 @@ const char *codelines = "$codelines"; const int patchlevel = ($git_commitcount ? ($git_commitcount - VERSION_PATCHLEVEL) : 0); +const char *get_compilation() { + return compilation; +} + +const char *get_creation() { + return creation; +} + +const char *get_revision() { + return revision; +} + +const char *get_codelines() { + return codelines; +} + +const int get_patchlevel() { + return patchlevel; +} + !SUB!THIS!