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 e796fff commit 6811c42Copy full SHA for 6811c42
CMakeLists.txt
@@ -7,7 +7,7 @@ project(breakhack C)
7
set(breakhack_GAME_TITLE "BreakHack")
8
set(breakhack_MAJOR_VERSION 1)
9
set(breakhack_MINOR_VERSION 1)
10
-set(breakhack_PATCH_VERSION 3)
+set(breakhack_PATCH_VERSION )
11
set(breakhack_RELEASE_TYPE "")
12
13
include(FindLua)
build/releasenotes/v1.1.1.txt
@@ -0,0 +1,4 @@
1
+e796fff Prepare release script for real versions
2
+ae44d5c Adds minimal Steam fiddling protection
3
+6e3343a License stuff and README updates
4
+899d2e5 Update to build env
0 commit comments