1
0
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:
XProger
2018-06-21 06:11:43 +03:00
parent cef172976e
commit 023c098506

View File

@@ -590,10 +590,10 @@ namespace Core {
namespace Core {
static const char *version = "22.05.2018";
static const char *version = __DATE__;
void init() {
LOG("OpenLara %s\n", version);
LOG("OpenLara (%s)\n", version);
x = y = 0;
#ifdef USE_INFLATE