diff --git a/Changelog b/Changelog index 56ffa2d2a..f9920f299 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.6.3 +* Sat Jan 15 2011 - Christophe Dumez - v2.6.3 - BUGFIX: Fix possible crashes in full allocation mode - BUGFIX: Fix icon size issues (Linux, icon theme) - BUGFIX: Fixed file priority context menu diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index aef49771a..a0fcb474c 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.6.2 +Comment=V2.6.3 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index 9577fb90b..05b29ba05 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.2 + 2.6.3 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index b298e0ec6..d5aa1769d 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.2\"\' + DEFINES += VERSION=\'\"v2.6.3\"\' } else { - DEFINES += VERSION=\\\"v2.6.2\\\" + DEFINES += VERSION=\\\"v2.6.3\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6 -DEFINES += VERSION_BUGFIX=2 +DEFINES += VERSION_BUGFIX=3 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL