From 746f2cb45499b987043dc657ed25e8285d557063 Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Sun, 11 Oct 2015 00:35:36 +0200 Subject: [PATCH] change version number to 1.4.1pre so hopefully people trying code from git won't report problems (that might be new) as bugs in 1.4.0 --- framework/Licensee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Licensee.h b/framework/Licensee.h index 991c929..2442649 100644 --- a/framework/Licensee.h +++ b/framework/Licensee.h @@ -36,7 +36,7 @@ If you have questions concerning this license or the applicable additional terms #define GAME_NAME "dhewm 3" // appears on window titles and errors -#define ENGINE_VERSION "dhewm 3 1.4.0" // printed in console +#define ENGINE_VERSION "dhewm 3 1.4.1pre" // printed in console // paths #define BASE_GAMEDIR "base"