From 57b57c5051fc8eb1ddaaa74e5d624ed53d561c7b Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Tue, 4 Dec 2018 14:31:33 +0100 Subject: [PATCH] Patch version raised to 4 --- CMakeLists.txt | 2 +- build/releasenotes/v2.0.4.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v2.0.4.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b2cdee..6bab448 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 2) set(breakhack_MINOR_VERSION 0) -set(breakhack_PATCH_VERSION 3) +set(breakhack_PATCH_VERSION 4) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v2.0.4.txt b/build/releasenotes/v2.0.4.txt new file mode 100644 index 0000000..32ee08b --- /dev/null +++ b/build/releasenotes/v2.0.4.txt @@ -0,0 +1,3 @@ +4d01251 Merge branch 'master' into dev +9299087 Updates PhysicsFS to latest stable-3.0 +cb2510c Rename physfs folder