From 469134a5beb8bc70bf0e75956c4192a2cc258195 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Thu, 1 Nov 2018 14:51:02 +0100 Subject: [PATCH] Patch version raised to 3 --- CMakeLists.txt | 2 +- build/releasenotes/v2.0.3.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v2.0.3.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index ffced7f..5e9e714 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 2) +set(breakhack_PATCH_VERSION 3) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v2.0.3.txt b/build/releasenotes/v2.0.3.txt new file mode 100644 index 0000000..29cdb18 --- /dev/null +++ b/build/releasenotes/v2.0.3.txt @@ -0,0 +1,2 @@ +8ab527c Makes monsters fall when the tile they are on falls +8e39ff8 Fix releasenotes for v2.0.2