NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
version.cpp File Reference
#include "version.h"
Include dependency graph for version.cpp:

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"
 

Detailed Description

Auto generate file for identification current build Date build 2024.11.22 21:09:37

Definition in file version.cpp.

Variable Documentation

◆ VERSION_MAJOR

const uint8_t VERSION_MAJOR =0

Definition at line 8 of file version.cpp.

◆ VERSION_MINOR

const uint8_t VERSION_MINOR =5

Definition at line 9 of file version.cpp.

◆ VERSION_PATCH

const uint8_t VERSION_PATCH =0

Definition at line 10 of file version.cpp.

◆ GIT_SOURCE

const char* GIT_SOURCE = "v0.5.0-2827270c"

Definition at line 12 of file version.cpp.

Referenced by newlang::Parser::ExpandPredefMacro().

◆ DATE_BUILD_STR

const char* DATE_BUILD_STR = "2024.11.22 21:09:37"

Definition at line 13 of file version.cpp.

Referenced by newlang::Parser::ExpandPredefMacro().

◆ SOURCE_FULL_ID

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().