diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cdba2c..79b69b3 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 1) -set(breakhack_PATCH_VERSION 2) +set(breakhack_PATCH_VERSION 3) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v2.1.3.txt b/build/releasenotes/v2.1.3.txt new file mode 100644 index 0000000..ebffd01 --- /dev/null +++ b/build/releasenotes/v2.1.3.txt @@ -0,0 +1,4 @@ +e455523 Update README.md +791dd7e Removes cppcheck warning +b08ef10 Code maintenance and cleanup +fffcac1 Makes sure til effects and items apply after backstab