Bump to v2.6.6

This commit is contained in:
Christophe Dumez
2011-02-08 18:03:37 +00:00
parent 5d4a660631
commit 799a6f0d85
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.6
* Tue Feb 8 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.6
- FEATURE: IP address reported to trackers is now customizable
- BUGFIX: Use slashes instead of antislashes in URLs (Windows)
- BUGFIX: Fix articles read state reset problem in RSS

View File

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

View File

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

View File

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