From 9e5e1d0a1ebf25952998602b1d2625214e5ea65d Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Mon, 10 Jun 2019 11:20:24 +0200 Subject: [PATCH] Patch version raised to 2 --- CMakeLists.txt | 2 +- build/releasenotes/v3.1.2.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v3.1.2.txt 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