Last time now

This commit is contained in:
Linus Probert 2018-05-17 10:00:09 +02:00
parent 60750d73b9
commit 0fcc1d2dc4
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ project(breakhack C)
set(breakhack_GAME_TITLE "BreakHack")
set(breakhack_MAJOR_VERSION 0)
set(breakhack_MINOR_VERSION 1)
set(breakhack_PATCH_VERSION 5)
set(breakhack_PATCH_VERSION 4)
set(breakhack_RELEASE_TYPE "(early access)")
include(FindLua)

View File

@ -15,5 +15,5 @@ git push
# Create the tag
git tag early-access-v$NEXT_VERSION
git push early-access-v$NEXT_VERSION
git push origin early-access-v$NEXT_VERSION