We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d323ca commit 9e5e1d0Copy full SHA for 9e5e1d0
CMakeLists.txt
@@ -7,7 +7,7 @@ project(breakhack C)
7
set(breakhack_GAME_TITLE "BreakHack")
8
set(breakhack_MAJOR_VERSION 3)
9
set(breakhack_MINOR_VERSION 1)
10
-set(breakhack_PATCH_VERSION 1)
+set(breakhack_PATCH_VERSION 2)
11
set(breakhack_RELEASE_TYPE "")
12
13
# Checksums
build/releasenotes/v3.1.2.txt
@@ -0,0 +1,2 @@
1
+6d323ca Adds steam achievements and LB for the Mage class
2
+9aefed0 Adds an dev env setup script
0 commit comments