Skip to content

Commit

Permalink
Patch version raised to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Aug 15, 2018
1 parent 9a610d5 commit 8fa4fbd
Show file tree
Hide file tree
Showing 2 changed files with 9 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 0)
set(breakhack_MINOR_VERSION 1)
set(breakhack_PATCH_VERSION 12)
set(breakhack_PATCH_VERSION 13)
set(breakhack_RELEASE_TYPE "(early access)")

include(FindLua)
Expand Down
8 changes: 8 additions & 0 deletions build/releasenotes/early-access-v13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
9a610d5 Adds window icon
6af8d9d Completes #8 First boss
915ea59 Fixes a mistake in music loading.
6cc96a9 Begins #8 First boss
1a09328 Adds boss music and an additional attribution line per request.
6633db7 Adds room objects and FIRE rooms.
0b58e53 Removed "Examples" folder from assets
292f549 Minor compiler warning fix

0 comments on commit 8fa4fbd

Please sign in to comment.