Prepare for 1.4.0 release, make SDL2 default, update README

The version will be 1.4.0 because it's not compatible with
Doom3 1.3.1 mod DLLs.

(Note that this commit doesn't mean 1.4.0 is done, I might do some
 minor changes before tagging the Release!)
This commit is contained in:
Daniel Gibson 2015-09-27 03:08:30 +02:00
parent 7e39919bd5
commit ff09de0aaa
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ option(BASE "Build the base game code" ON)
option(D3XP "Build the d3xp game code" ON)
option(DEDICATED "Build the dedicated server" OFF)
option(ONATIVE "Optimize for the host CPU" OFF)
option(SDL2 "Use SDL2 instead of SDL1.2" OFF)
option(SDL2 "Use SDL2 instead of SDL1.2" ON)
if(NOT CMAKE_SYSTEM_PROCESSOR)
message(FATAL_ERROR "No target CPU architecture set")

View file

@ -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 1.3.1" // printed in console
#define ENGINE_VERSION "dhewm 1.4.0" // printed in console
// paths
#define BASE_GAMEDIR "base"