dhewm3 1.5.0rc1, link Mods/SDK repo in README

I decided that the next version will be 1.5.0 (not 1.4.2), because the
game DLL interface has changed since 1.4.1
This commit is contained in:
Daniel Gibson 2018-11-11 23:31:55 +01:00
parent 4e2f2c6241
commit a2c99f9fca
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,8 @@ altering the original gameplay.
**The official homepage is:** https://dhewm3.org
**Mods supported by dhewm3:** https://github.com/dhewm/dhewm3-sdk
**The project is hosted at:** https://github.com/dhewm
**Download the latest release:** https://github.com/dhewm/dhewm3/releases/latest

View file

@ -41,7 +41,7 @@ If you have questions concerning this license or the applicable additional terms
#define GAME_NAME "dhewm 3" // appears on window titles and errors
#endif
#define ENGINE_VERSION "dhewm 3 1.4.2pre" // printed in console
#define ENGINE_VERSION "dhewm3 1.5.0rc1" // printed in console
// paths
#define BASE_GAMEDIR "base"