From 6da828c9777ef7faa02e7dfd351141fb1476de58 Mon Sep 17 00:00:00 2001 From: "Nox P@sNox" Date: Fri, 2 May 2014 20:07:57 +0200 Subject: [PATCH] Prepare to release version 1.2.5 --- qwbfs/qwbfs.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwbfs/qwbfs.pro b/qwbfs/qwbfs.pro index 96d3c04..ddea635 100644 --- a/qwbfs/qwbfs.pro +++ b/qwbfs/qwbfs.pro @@ -81,7 +81,7 @@ PACKAGE_DOMAIN = "github.com/pasnox/qwbfsmanager" PACKAGE_DOWNLOADS_FEED = "http://to-be-changed" PACKAGE_REPORT_BUG_URL = "https://github.com/pasnox/qwbfsmanager/issues" PACKAGE_DISCUSS_URL = "http://groups.google.com/group/qwbfs-discuss" -PACKAGE_VERSION = 1.2.4 +PACKAGE_VERSION = 1.2.5 !isEqual( OS, "windows" ):exists( "$$PWD/../.git" ):SVN_REVISION = $$system( export LANG=C && [ -f /usr/bin/git ] && git --git-dir="$$PWD/../.git" describe ) isEmpty( SVN_REVISION ):SVN_REVISION = $(SVN_REVISION) isEmpty( SVN_REVISION ):SVN_REVISION = "N/C"