diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index dffce5a71..f381928ef 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.5.2 +Comment=V2.5.3 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index a2fcad45f..7f2aa8b32 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.5.2 + 2.5.3 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 021dd84d7..ffdb75d8e 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.5.2\"\' + DEFINES += VERSION=\'\"v2.5.3\"\' } else { - DEFINES += VERSION=\\\"v2.5.2\\\" + DEFINES += VERSION=\\\"v2.5.3\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=5 -DEFINES += VERSION_BUGFIX=2 +DEFINES += VERSION_BUGFIX=3 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL