Bump to v2.7.1

This commit is contained in:
Christophe Dumez
2011-03-26 08:29:51 +00:00
parent 2e96518051
commit 553e22bbb4
3 changed files with 5 additions and 5 deletions

View File

@@ -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)

View File

@@ -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>

View File

@@ -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