diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index a0fcb474c..a06911a83 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.6.3 +Comment=V2.6.4 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index 05b29ba05..8f8ff55f1 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.3 + 2.6.4 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index d5aa1769d..791df08e1 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.3\"\' + DEFINES += VERSION=\'\"v2.6.4\"\' } else { - DEFINES += VERSION=\\\"v2.6.3\\\" + DEFINES += VERSION=\\\"v2.6.4\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6 -DEFINES += VERSION_BUGFIX=3 +DEFINES += VERSION_BUGFIX=4 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL