Skip to content

Commit a90321e

Browse files
committed
Patch version raised to
1 parent 0730eb4 commit a90321e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(breakhack C)
77
set(breakhack_GAME_TITLE "BreakHack")
88
set(breakhack_MAJOR_VERSION 1)
99
set(breakhack_MINOR_VERSION 1)
10-
set(breakhack_PATCH_VERSION 4)
10+
set(breakhack_PATCH_VERSION 5)
1111
set(breakhack_RELEASE_TYPE "")
1212

1313
include(FindLua)

build/releasenotes/v1.1.5.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7+
aefbd95 Update readme to match new github url
8+
90603b4 Fix what my bad build script broke

0 commit comments

Comments
 (0)