NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
version.h File Reference
#include <stdint.h>
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION_DATE_BUILD_STR   "2024.11.22 21:09:37"
 
#define VERSION_SOURCE_FULL_ID   "v0.5.0-2827270c 2024.11.22 21:09:37"
 
#define VERSION   (0 << 4 | 5)
 
#define VERSION_GIT_SOURCE   "v0.5.0-2827270c"
 

Variables

const uint8_t VERSION_MAJOR
 
const uint8_t VERSION_MINOR
 
const uint8_t VERSION_PATCH
 
const char * GIT_SOURCE
 
const char * DATE_BUILD_STR
 
const char * SOURCE_FULL_ID
 

Detailed Description

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

Definition in file version.h.

Macro Definition Documentation

◆ VERSION_DATE_BUILD_STR

#define VERSION_DATE_BUILD_STR   "2024.11.22 21:09:37"

Definition at line 6 of file version.h.

◆ VERSION_SOURCE_FULL_ID

#define VERSION_SOURCE_FULL_ID   "v0.5.0-2827270c 2024.11.22 21:09:37"

◆ VERSION

#define VERSION   (0 << 4 | 5)

Definition at line 14 of file version.h.

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

◆ VERSION_GIT_SOURCE

#define VERSION_GIT_SOURCE   "v0.5.0-2827270c"

Definition at line 15 of file version.h.

Variable Documentation

◆ VERSION_MAJOR

const uint8_t VERSION_MAJOR
extern

Definition at line 8 of file version.cpp.

◆ VERSION_MINOR

const uint8_t VERSION_MINOR
extern

Definition at line 9 of file version.cpp.

◆ VERSION_PATCH

const uint8_t VERSION_PATCH
extern

Definition at line 10 of file version.cpp.

◆ GIT_SOURCE

const char* GIT_SOURCE
extern

Definition at line 12 of file version.cpp.

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

◆ DATE_BUILD_STR

const char* DATE_BUILD_STR
extern

Definition at line 13 of file version.cpp.

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

◆ SOURCE_FULL_ID

const char* SOURCE_FULL_ID
extern

Definition at line 14 of file version.cpp.

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