Update to v0.6

This commit is contained in:
lupoDharkael
2018-08-17 14:17:40 +02:00
parent 0f2ae9fab6
commit 106488b00a

View File

@@ -8,7 +8,7 @@ win32:LIBS += -luser32 -lshell32
TAG_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags)
isEmpty(TAG_VERSION){
TAG_VERSION = v0.6.0-dev
TAG_VERSION = v0.6.0
}
DEFINES += APP_VERSION=\\\"$$TAG_VERSION\\\"