diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop
index cfcf919eb..0543a56c2 100644
--- a/src/Icons/qBittorrent.desktop
+++ b/src/Icons/qBittorrent.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Qt;Network;P2P;
-Comment=V2.5.0
+Comment=V2.5.1
Exec=qbittorrent %f
GenericName=Bittorrent client
GenericName[ar]=العميل Bittorrent
diff --git a/src/Info.plist b/src/Info.plist
index a4fc45e8b..8e7f085a4 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -47,7 +47,7 @@
CFBundlePackageType
APPL
CFBundleGetInfoString
- 2.5.0
+ 2.5.1
CFBundleSignature
????
CFBundleExecutable
diff --git a/version.pri b/version.pri
index 1d8bec6df..48083bf44 100644
--- a/version.pri
+++ b/version.pri
@@ -1,11 +1,11 @@
os2 {
- DEFINES += VERSION=\'\"v2.5.0\"\'
+ DEFINES += VERSION=\'\"v2.5.1\"\'
} else {
- DEFINES += VERSION=\\\"v2.5.0\\\"
+ DEFINES += VERSION=\\\"v2.5.1\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=5
-DEFINES += VERSION_BUGFIX=0
+DEFINES += VERSION_BUGFIX=1
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=NORMAL