Patch version raised to 13

This commit is contained in:
Linus Probert 2018-08-15 08:08:58 +02:00
parent 9a610d5f88
commit 8fa4fbd51c
2 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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