diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bdf17b..9ff5d3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 3) set(breakhack_MINOR_VERSION 1) -set(breakhack_PATCH_VERSION 1) +set(breakhack_PATCH_VERSION 2) set(breakhack_RELEASE_TYPE "") # Checksums diff --git a/build/releasenotes/v3.1.2.txt b/build/releasenotes/v3.1.2.txt new file mode 100644 index 0000000..4688cfe --- /dev/null +++ b/build/releasenotes/v3.1.2.txt @@ -0,0 +1,2 @@ +6d323ca Adds steam achievements and LB for the Mage class +9aefed0 Adds an dev env setup script