diff --git a/MacOS/Info.plist b/MacOS/Info.plist
index 1db6815c9..a72b6515f 100644
--- a/MacOS/Info.plist
+++ b/MacOS/Info.plist
@@ -13,8 +13,8 @@
CFBundleIdentifier
org.wikimedia.huggle
CFBundleVersion
-3.4.5
+3.4.6
CFBundleShortVersionString
-3.4.5
+3.4.6
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 449d65628..cce55f2f2 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: huggle
-version: "3.4.5"
+version: "3.4.6"
summary: Diff browser for MediaWiki based websites intended to deal with vandalism
description: Diff browser for MediaWiki based websites intended to deal with vandalism
confinement: strict
diff --git a/src/CPackInfo b/src/CPackInfo
index c91e5ebdb..9a3f7131a 100644
--- a/src/CPackInfo
+++ b/src/CPackInfo
@@ -7,7 +7,7 @@ set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/Resources/huggle.ico")
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/build/summary")
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "4")
-set(CPACK_PACKAGE_VERSION_PATCH "5")
+set(CPACK_PACKAGE_VERSION_PATCH "6")
if ("${CMAKE_SYSTEM}" MATCHES "Linux")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Petr Bena (benapetr@gmail.com)")
set(CPACK_GENERATOR "DEB")
diff --git a/src/huggle_core/definitions_prod.hpp b/src/huggle_core/definitions_prod.hpp
index d9f37a093..ffcee7edf 100644
--- a/src/huggle_core/definitions_prod.hpp
+++ b/src/huggle_core/definitions_prod.hpp
@@ -18,12 +18,12 @@ typedef long long score_ht;
typedef char byte_ht;
typedef long long revid_ht;
-#define HUGGLE_VERSION "3.4.5"
+#define HUGGLE_VERSION "3.4.6"
#define HUGGLE_BYTE_VERSION_MAJOR 0x3
#define HUGGLE_BYTE_VERSION_MINOR 0x4
-#define HUGGLE_BYTE_VERSION_RELEASE 0x5
+#define HUGGLE_BYTE_VERSION_RELEASE 0x6
// format is 0xMAJOR(2)MINOR(2)RELEASE(2) so for 3.1.15 it's 0x03010F
-#define HUGGLE_BYTE_VERSION 0x030405
+#define HUGGLE_BYTE_VERSION 0x030406
// Minimal version of mediawiki that we do support
#define HUGGLE_SUPPORTED_MEDIAWIKI_VERSION "1.25"
diff --git a/windows/Huggle.nsi b/windows/Huggle.nsi
index 831bf86f0..5696b1cd3 100644
--- a/windows/Huggle.nsi
+++ b/windows/Huggle.nsi
@@ -9,7 +9,7 @@
!define APP_NAME "Huggle"
!define COMP_NAME "Wikimedia Project"
!define WEB_SITE "http://en.wikipedia.org/wiki/Wikipedia:Huggle"
-!define VERSION "3.4.5.0"
+!define VERSION "3.4.6.0"
!define COPYRIGHT "GPL"
!define DESCRIPTION "Application"
!define LICENSE_TXT "gpl.txt"
diff --git a/windows64/Huggle.nsi b/windows64/Huggle.nsi
index ae079165d..1e363d85c 100644
--- a/windows64/Huggle.nsi
+++ b/windows64/Huggle.nsi
@@ -9,7 +9,7 @@
!define APP_NAME "Huggle (x64)"
!define COMP_NAME "Wikimedia Project"
!define WEB_SITE "http://en.wikipedia.org/wiki/Wikipedia:Huggle"
-!define VERSION "3.4.5.0"
+!define VERSION "3.4.6.0"
!define COPYRIGHT "GPL"
!define DESCRIPTION "Application"
!define LICENSE_TXT "gpl.txt"