Last time now
This commit is contained in:
parent
60750d73b9
commit
0fcc1d2dc4
|
@ -7,7 +7,7 @@ project(breakhack C)
|
||||||
set(breakhack_GAME_TITLE "BreakHack")
|
set(breakhack_GAME_TITLE "BreakHack")
|
||||||
set(breakhack_MAJOR_VERSION 0)
|
set(breakhack_MAJOR_VERSION 0)
|
||||||
set(breakhack_MINOR_VERSION 1)
|
set(breakhack_MINOR_VERSION 1)
|
||||||
set(breakhack_PATCH_VERSION 5)
|
set(breakhack_PATCH_VERSION 4)
|
||||||
set(breakhack_RELEASE_TYPE "(early access)")
|
set(breakhack_RELEASE_TYPE "(early access)")
|
||||||
|
|
||||||
include(FindLua)
|
include(FindLua)
|
||||||
|
|
|
@ -15,5 +15,5 @@ git push
|
||||||
|
|
||||||
# Create the tag
|
# Create the tag
|
||||||
git tag early-access-v$NEXT_VERSION
|
git tag early-access-v$NEXT_VERSION
|
||||||
git push early-access-v$NEXT_VERSION
|
git push origin early-access-v$NEXT_VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue