summaryrefslogtreecommitdiffstats
path: root/version.pri
diff options
context:
space:
mode:
Diffstat (limited to 'version.pri')
-rw-r--r--version.pri9
1 files changed, 1 insertions, 8 deletions
diff --git a/version.pri b/version.pri
index 9784944..f6cb7b9 100644
--- a/version.pri
+++ b/version.pri
@@ -1,8 +1 @@
-unix:system(which git): HAS_GIT = TRUE
-win32:system(where git.exe): HAS_GIT = TRUE
-contains(HAS_GIT, TRUE) {
- GIT_VERSION = $$system(git describe --always --dirty --long --tags)
-}
-isEmpty(GIT_VERSION): GIT_VERSION = "(unknown version)"
-
-DEFINES += "QDB_VERSION=\\\"$$GIT_VERSION\\\""
+DEFINES += QDB_VERSION=\\\"1.0.0\\\"