mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-25 13:51:06 +00:00
Bump version to 1.5.4rc2
This commit is contained in:
parent
a4f2d4ae55
commit
b0d7c12404
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 in errors
|
#define GAME_NAME "dhewm 3" // appears in errors
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ENGINE_VERSION "dhewm3 1.5.4rc1" // printed in console, used for window title
|
#define ENGINE_VERSION "dhewm3 1.5.4rc2" // printed in console, used for window title
|
||||||
|
|
||||||
#ifdef ID_REPRODUCIBLE_BUILD
|
#ifdef ID_REPRODUCIBLE_BUILD
|
||||||
// for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__
|
// 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
|
// NOTE: remember to update esp. the date for (pre-) releases and RCs and the like
|
||||||
#define ID__DATE__ "Jul 25 2024"
|
#define ID__DATE__ "Jul 28 2024"
|
||||||
#define ID__TIME__ "13:37:42"
|
#define ID__TIME__ "13:37:42"
|
||||||
|
|
||||||
#else // not reproducible build, use __DATE__ and __TIME__ macros
|
#else // not reproducible build, use __DATE__ and __TIME__ macros
|
||||||
|
|
Loading…
Reference in a new issue