Bump Version to 0.7

master
Unknown 2017-03-05 12:54:29 +01:00
parent b910eb23ca
commit 67189b2045
1 changed files with 2 additions and 1 deletions

View File

@ -54,9 +54,10 @@ TRANSLATIONS = translations/gui_de.ts\
GIT_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags)
#something like 0.4.2-55-g123c456
isEmpty(GIT_VERSION) {
GIT_VERSION = 0.5.0
GIT_VERSION = 0.7.0
}
# Turns describe output like 0.4.2-55-g652c397 into "0.4.2.55.123c456"
GIT_VERSION ~= s/v/""
GIT_VERSION ~= s/-/"."
GIT_VERSION ~= s/g/""