Patch version raised to 4
This commit is contained in:
parent
4d01251d1f
commit
57b57c5051
|
@ -7,7 +7,7 @@ project(breakhack C)
|
|||
set(breakhack_GAME_TITLE "BreakHack")
|
||||
set(breakhack_MAJOR_VERSION 2)
|
||||
set(breakhack_MINOR_VERSION 0)
|
||||
set(breakhack_PATCH_VERSION 3)
|
||||
set(breakhack_PATCH_VERSION 4)
|
||||
set(breakhack_RELEASE_TYPE "")
|
||||
|
||||
include(FindLua)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
4d01251 Merge branch 'master' into dev
|
||||
9299087 Updates PhysicsFS to latest stable-3.0
|
||||
cb2510c Rename physfs folder
|
Loading…
Reference in New Issue