mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-15 09:34:18 +02:00
add __DATE__ macro for build info
This commit is contained in:
@@ -590,10 +590,10 @@ namespace Core {
|
|||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
|
|
||||||
static const char *version = "22.05.2018";
|
static const char *version = __DATE__;
|
||||||
|
|
||||||
void init() {
|
void init() {
|
||||||
LOG("OpenLara %s\n", version);
|
LOG("OpenLara (%s)\n", version);
|
||||||
x = y = 0;
|
x = y = 0;
|
||||||
|
|
||||||
#ifdef USE_INFLATE
|
#ifdef USE_INFLATE
|
||||||
|
Reference in New Issue
Block a user