diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop
index 7df9b6e3f..f36537a86 100644
--- a/src/Icons/qBittorrent.desktop
+++ b/src/Icons/qBittorrent.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Qt;Network;P2P;
-Comment=V2.6.8
+Comment=V2.6.9
Exec=qbittorrent %U
GenericName=BitTorrent client
GenericName[ar]=العميل BitTorrent
diff --git a/src/Info.plist b/src/Info.plist
index 2e245ae2e..0876a425d 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -47,7 +47,7 @@
CFBundlePackageType
APPL
CFBundleGetInfoString
- 2.6.8
+ 2.6.9
CFBundleSignature
????
CFBundleExecutable
diff --git a/version.pri b/version.pri
index 3599baea8..db9988ab8 100644
--- a/version.pri
+++ b/version.pri
@@ -1,11 +1,11 @@
os2 {
- DEFINES += VERSION=\'\"v2.6.8\"\'
+ DEFINES += VERSION=\'\"v2.6.9\"\'
} else {
- DEFINES += VERSION=\\\"v2.6.8\\\"
+ DEFINES += VERSION=\\\"v2.6.9\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=6
-DEFINES += VERSION_BUGFIX=8
+DEFINES += VERSION_BUGFIX=9
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=NORMAL