mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-12-03 17:52:19 +00:00
1.5.1 RC2
This commit is contained in:
parent
aa77e49de7
commit
d98fd2739f
1 changed files with 2 additions and 2 deletions
|
@ -41,12 +41,12 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#define GAME_NAME "dhewm 3" // appears on window titles and errors
|
||||
#endif
|
||||
|
||||
#define ENGINE_VERSION "dhewm3 1.5.1rc1" // printed in console
|
||||
#define ENGINE_VERSION "dhewm3 1.5.1rc2" // printed in console
|
||||
|
||||
#ifdef ID_REPRODUCIBLE_BUILD
|
||||
// for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__
|
||||
// NOTE: remember to update esp. the date for (pre-) releases and RCs and the like
|
||||
#define ID__DATE__ "Jul 12 2020"
|
||||
#define ID__DATE__ "Jul 21 2020"
|
||||
#define ID__TIME__ "13:37:42"
|
||||
|
||||
#else // not reproducible build, use __DATE__ and __TIME__ macros
|
||||
|
|
Loading…
Reference in a new issue