mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Compare commits
2 Commits
release-2.
...
release-2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e0265cec8 | ||
|
|
4eaf5f5420 |
@@ -47,7 +47,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.8.1</string>
|
||||
<string>2.8.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
||||
@@ -2,9 +2,9 @@ PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 2.8.2
|
||||
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${VERSION}\"\'
|
||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v$${VERSION}\\\"
|
||||
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
|
||||
}
|
||||
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
|
||||
Reference in New Issue
Block a user