Skip to content

Commit

Permalink
Bump version to 1.5.5pre
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGibson committed Aug 15, 2024
1 parent 2f9e52a commit 8863c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neo/framework/Licensee.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ If you have questions concerning this license or the applicable additional terms
#define GAME_NAME "dhewm 3" // appears in errors
#endif

#define ENGINE_VERSION "dhewm3 1.5.4" // printed in console, used for window title
#define ENGINE_VERSION "dhewm3 1.5.5pre" // printed in console, used for window title

#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__ "Aug 03 2024"
#define ID__DATE__ "Aug 15 2024"
#define ID__TIME__ "13:37:42"

#else // not reproducible build, use __DATE__ and __TIME__ macros
Expand Down

0 comments on commit 8863c36

Please sign in to comment.