Update ENGINE_VERSION to 1.5.2pre

This commit is contained in:
Daniel Gibson 2021-04-08 04:13:08 +02:00
parent 441c26e5b0
commit 5adff43c6f

View file

@ -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.1" // printed in console
#define ENGINE_VERSION "dhewm3 1.5.2pre" // 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__ "Mar 13 2021"
#define ID__DATE__ "Apr 07 2021"
#define ID__TIME__ "13:37:42"
#else // not reproducible build, use __DATE__ and __TIME__ macros