Update Licensee.h

This commit is contained in:
Simon 2021-01-11 23:08:44 +00:00
parent 7930a94790
commit 623e864b7b

View file

@ -41,7 +41,7 @@ If you have questions concerning this license or the applicable additional terms
#define GAME_NAME "Doom3Quest" // appears on window titles and errors
#endif
#define ENGINE_VERSION "Doom3Quest 1.0.1" // printed in console
#define ENGINE_VERSION "Doom3Quest 1.1.0" // printed in console
#ifdef ID_REPRODUCIBLE_BUILD
// for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__