mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +00:00
8 lines
255 B
C++
8 lines
255 B
C++
// This file's main purpose is to be recompiled unconditionally so the timestamp gets updated, even for a partial recompile.
|
|
|
|
#if !defined REV
|
|
# define REV "r(?)"
|
|
#endif
|
|
|
|
const char* s_buildRev = REV;
|
|
const char* s_buildTimestamp = __DATE__ " " __TIME__;
|