Compare commits

...

2 Commits

Author SHA1 Message Date
Christophe Dumez
8e0265cec8 Fix version 2011-06-18 14:35:34 +00:00
Christophe Dumez
4eaf5f5420 Tagged v2.8.2 release 2011-06-18 14:11:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.8.1</string> <string>2.8.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>

View File

@@ -2,9 +2,9 @@ PROJECT_NAME = qbittorrent
PROJECT_VERSION = 2.8.2 PROJECT_VERSION = 2.8.2
os2 { os2 {
DEFINES += VERSION=\'\"v$${VERSION}\"\' DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
} else { } else {
DEFINES += VERSION=\\\"v$${VERSION}\\\" DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
} }
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2