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 e636ec1 commit 38207e0Copy full SHA for 38207e0
CMakeLists.txt
@@ -7,7 +7,7 @@ project(breakhack C)
7
set(breakhack_GAME_TITLE "BreakHack")
8
set(breakhack_MAJOR_VERSION 4)
9
set(breakhack_MINOR_VERSION 0)
10
-set(breakhack_PATCH_VERSION 2)
+set(breakhack_PATCH_VERSION 3)
11
set(breakhack_RELEASE_TYPE "")
12
13
# Checksums
build/releasenotes/v4.0.3.txt
@@ -0,0 +1 @@
1
+e636ec1 Don't delete saves from other architectures on death
0 commit comments