Bump to v2.6.5

This commit is contained in:
Christophe Dumez
2011-02-03 16:49:08 +00:00
parent 3b35050736
commit 1fc0310803
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.5
* Thu Feb 3 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.5
- BUGFIX: Make sure the progress is not 100% unless the file is complete
- BUGFIX: Fix memory leak in HTTP torrent downloader
- BUGFIX: Use native file dialogs (by Vladimir Golovnev)

View File

@@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Qt;Network;P2P;
Comment=V2.6.4
Comment=V2.6.5
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.4</string>
<string>2.6.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>

View File

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