We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0730eb4 commit a90321eCopy full SHA for a90321e
CMakeLists.txt
@@ -7,7 +7,7 @@ project(breakhack C)
7
set(breakhack_GAME_TITLE "BreakHack")
8
set(breakhack_MAJOR_VERSION 1)
9
set(breakhack_MINOR_VERSION 1)
10
-set(breakhack_PATCH_VERSION 4)
+set(breakhack_PATCH_VERSION 5)
11
set(breakhack_RELEASE_TYPE "")
12
13
include(FindLua)
build/releasenotes/v1.1.5.txt
@@ -0,0 +1,8 @@
1
+0730eb4 Disable text input since this is on by default in SDL2.0
2
+7333d3d Update issue templates
3
+70cc79f Merge pull request #47 from Oliveshark/add-code-of-conduct-1
4
+bdbb10b Create CODE_OF_CONDUCT.md
5
+75660a5 Update to readme.
6
+5d1490b Another README badge fix
+aefbd95 Update readme to match new github url
+90603b4 Fix what my bad build script broke
0 commit comments