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