Skip to content

Commit

Permalink
Patch version raised to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Mar 24, 2019
1 parent c2b8fd4 commit c917981
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(breakhack C)
set(breakhack_GAME_TITLE "BreakHack")
set(breakhack_MAJOR_VERSION 3)
set(breakhack_MINOR_VERSION 0)
set(breakhack_PATCH_VERSION 1)
set(breakhack_PATCH_VERSION 2)
set(breakhack_RELEASE_TYPE "")

# Checksums
Expand Down
6 changes: 6 additions & 0 deletions build/releasenotes/v3.0.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
c2b8fd4 Adds key pickup SFX
7a59d15 Don't add walls to crumbling rooms before lvl 4
c9fde8d Updated releasenotes
c4811ed Fixes checksumtool output again
eceb241 Removes useless text from checksumtool output
cea891f Move checksum configuration to CMakeLists.txt and config.h

0 comments on commit c917981

Please sign in to comment.