Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Prepare to release version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pasnox committed May 2, 2014
1 parent aabd0ae commit 6da828c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qwbfs/qwbfs.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6da828c

Please sign in to comment.