Skip to content

Commit

Permalink
Update to attempt to automatically tag releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Aug 1, 2019
1 parent 1785b6a commit 9fd8d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/maven/maven.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
Expand Down

0 comments on commit 9fd8d28

Please sign in to comment.