Skip to content

Commit c917981

Browse files
committed
Patch version raised to 2
1 parent c2b8fd4 commit c917981

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(breakhack C)
77
set(breakhack_GAME_TITLE "BreakHack")
88
set(breakhack_MAJOR_VERSION 3)
99
set(breakhack_MINOR_VERSION 0)
10-
set(breakhack_PATCH_VERSION 1)
10+
set(breakhack_PATCH_VERSION 2)
1111
set(breakhack_RELEASE_TYPE "")
1212

1313
# Checksums

build/releasenotes/v3.0.2.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
c2b8fd4 Adds key pickup SFX
2+
7a59d15 Don't add walls to crumbling rooms before lvl 4
3+
c9fde8d Updated releasenotes
4+
c4811ed Fixes checksumtool output again
5+
eceb241 Removes useless text from checksumtool output
6+
cea891f Move checksum configuration to CMakeLists.txt and config.h

0 commit comments

Comments
 (0)