From 9fd8d284417429b2d2bf291a6cbb14859875f984 Mon Sep 17 00:00:00 2001 From: Phillip Seitzer Date: Thu, 1 Aug 2019 10:31:47 -0700 Subject: [PATCH] Update to attempt to automatically tag releases. --- src/maven/maven.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/maven/maven.pro b/src/maven/maven.pro index f2f12607..9bd2d2aa 100644 --- a/src/maven/maven.pro +++ b/src/maven/maven.pro @@ -12,8 +12,8 @@ desktop.path = $${INSTALL_PREFIX}/share/applications desktop.files = maven.desktop #add version information during compilation -#VERSION = $$system("git describe --tags --always") -VERSION=8.0.11 +VERSION = $$system("git describe --tags --always") +#VERSION=8.0.26 include(gitversion.pri) DEFINES += MAVEN_VERSION=\\\"$$VERSION\\\" DEFINES += "PLATFORM=\"$$QMAKE_HOST.os\""