From 67189b20455d41d2299ae84e6debdaff453c6f13 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 5 Mar 2017 12:54:29 +0100 Subject: [PATCH] Bump Version to 0.7 --- MinetestMapperGui.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MinetestMapperGui.pro b/MinetestMapperGui.pro index 042cf09..228b9b1 100644 --- a/MinetestMapperGui.pro +++ b/MinetestMapperGui.pro @@ -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/""