Skip to content

Commit 2aebfa7

Browse files
committed
Bump Version to 1.5.5rc1
1 parent 738823b commit 2aebfa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/framework/Licensee.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)