Bump to v2.6.8

This commit is contained in:
Christophe Dumez
2011-03-13 09:32:15 +00:00
parent abeed2c6f0
commit 52f6b008f4
4 changed files with 6 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
- BUGFIX: Fix root folder being cut off if the torrent comes from a scanned folder (Christian Kandeler)
- BUGFIX: Improve folder removal behavior
- BUGFIX: Make sure the .unwanted folder is deleted on soft torrent removal
- BUGFIX: Indicate support for Magnet links in desktop file (Fisiu)
* Sat Feb 26 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.7
- BUGFIX: Encoding fixes (Windows)

View File

@@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Qt;Network;P2P;
Comment=V2.6.7
Comment=V2.6.8
Exec=qbittorrent %U
GenericName=BitTorrent client
GenericName[ar]=العميل BitTorrent

View File

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

View File

@@ -1,11 +1,11 @@
os2 {
DEFINES += VERSION=\'\"v2.6.7\"\'
DEFINES += VERSION=\'\"v2.6.8\"\'
} else {
DEFINES += VERSION=\\\"v2.6.7\\\"
DEFINES += VERSION=\\\"v2.6.8\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=6
DEFINES += VERSION_BUGFIX=7
DEFINES += VERSION_BUGFIX=8
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=NORMAL