NewLang Project
Yet another programm language
|
#include "version.h"
Go to the source code of this file.
Variables | |
const uint8_t | VERSION_MAJOR =0 |
const uint8_t | VERSION_MINOR =5 |
const uint8_t | VERSION_PATCH =0 |
const char * | GIT_SOURCE = "v0.5.0-2827270c" |
const char * | DATE_BUILD_STR = "2024.11.22 21:09:37" |
const char * | SOURCE_FULL_ID = "v0.5.0-2827270c 2024.11.22 21:09:37" |
Auto generate file for identification current build Date build 2024.11.22 21:09:37
Definition in file version.cpp.
const uint8_t VERSION_MAJOR =0 |
Definition at line 8 of file version.cpp.
const uint8_t VERSION_MINOR =5 |
Definition at line 9 of file version.cpp.
const uint8_t VERSION_PATCH =0 |
Definition at line 10 of file version.cpp.
const char* GIT_SOURCE = "v0.5.0-2827270c" |
Definition at line 12 of file version.cpp.
Referenced by newlang::Parser::ExpandPredefMacro().
const char* DATE_BUILD_STR = "2024.11.22 21:09:37" |
Definition at line 13 of file version.cpp.
Referenced by newlang::Parser::ExpandPredefMacro().
const char* SOURCE_FULL_ID = "v0.5.0-2827270c 2024.11.22 21:09:37" |
Definition at line 14 of file version.cpp.
Referenced by newlang::Parser::ExpandPredefMacro().