Skip to content

Commit

Permalink
Patch version raised to
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Oct 17, 2018
1 parent 0730eb4 commit a90321e
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 1)
set(breakhack_MINOR_VERSION 1)
set(breakhack_PATCH_VERSION 4)
set(breakhack_PATCH_VERSION 5)
set(breakhack_RELEASE_TYPE "")

include(FindLua)
Expand Down
8 changes: 8 additions & 0 deletions build/releasenotes/v1.1.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
0730eb4 Disable text input since this is on by default in SDL2.0
7333d3d Update issue templates
70cc79f Merge pull request #47 from Oliveshark/add-code-of-conduct-1
bdbb10b Create CODE_OF_CONDUCT.md
75660a5 Update to readme.
5d1490b Another README badge fix
aefbd95 Update readme to match new github url
90603b4 Fix what my bad build script broke

0 comments on commit a90321e

Please sign in to comment.