Skip to content

Commit

Permalink
Patch version raised to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Nov 1, 2018
1 parent 8ab527c commit 469134a
Show file tree
Hide file tree
Showing 2 changed files with 3 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 2)
set(breakhack_MINOR_VERSION 0)
set(breakhack_PATCH_VERSION 2)
set(breakhack_PATCH_VERSION 3)
set(breakhack_RELEASE_TYPE "")

include(FindLua)
Expand Down
2 changes: 2 additions & 0 deletions build/releasenotes/v2.0.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
8ab527c Makes monsters fall when the tile they are on falls
8e39ff8 Fix releasenotes for v2.0.2

0 comments on commit 469134a

Please sign in to comment.