mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-29 03:38:05 -06:00
Bump to v2.7.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.7.1
|
||||
* Sat Mar 26 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.7.1
|
||||
- BUGFIX: Limit file names to 255 bytes to avoid issues on Linux FS
|
||||
- BUGFIX: Fix possible crash when changing the priority of a file
|
||||
- BUGFIX: Magnet link association fix on Win32 (sledgehammer999)
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.7.0</string>
|
||||
<string>2.7.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.7.0\"\'
|
||||
DEFINES += VERSION=\'\"v2.7.1\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.7.0\\\"
|
||||
DEFINES += VERSION=\\\"v2.7.1\\\"
|
||||
}
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=7
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
DEFINES += VERSION_BUGFIX=1
|
||||
|
||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
||||
DEFINES += VERSION_TYPE=NORMAL
|
||||
|
||||
Reference in New Issue
Block a user