File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ If you have questions concerning this license or the applicable additional terms
4141#define GAME_NAME "dhewm 3" // appears in errors
4242#endif
4343
44- #define ENGINE_VERSION "dhewm3 1.5.5pre " // printed in console, used for window title
44+ #define ENGINE_VERSION "dhewm3 1.5.5rc1 " // printed in console, used for window title
4545
4646#ifdef ID_REPRODUCIBLE_BUILD
4747 // for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__
4848 // NOTE: remember to update esp. the date for (pre-) releases and RCs and the like
49- #define ID__DATE__ "Aug 15 2024 "
49+ #define ID__DATE__ "Jan 11 2026 "
5050 #define ID__TIME__ "13:37:42"
5151
5252#else // not reproducible build, use __DATE__ and __TIME__ macros
You can’t perform that action at this time.
0 commit comments