Description: Remove the git hash from the version
Author: Emmanuel Bouthenot <kolter@debian.org>
Forwarded: not-needed
Last-Update: 2014-03-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/common.pri
+++ b/common.pri
@@ -53,7 +53,6 @@
 MAJOR_VERSION=$$member(FULL_VERSION, 0)
 MINOR_VERSION=$$member(FULL_VERSION, 1)
 PATCH_VERSION=$$member(FULL_VERSION, 2)
-BUILD=$$system(git rev-parse HEAD)
-system(git describe --tags --exact-match HEAD):BUILD="final"
+BUILD="final"
 
 DEFINES += MAJOR_VERSION=$$MAJOR_VERSION MINOR_VERSION=$$MINOR_VERSION PATCH_VERSION=$$PATCH_VERSION BUILD=$$BUILD
