diff --git a/MacOS/Info.plist b/MacOS/Info.plist
index 0be16d6e4..e68c8917e 100644
--- a/MacOS/Info.plist
+++ b/MacOS/Info.plist
@@ -15,8 +15,8 @@
CFBundleIdentifier
org.wikimedia.huggle
CFBundleVersion
-3.4.11
+3.4.12
CFBundleShortVersionString
-3.4.11
+3.4.12
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 00bd17990..ef3853e8c 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: huggle
-version: "3.4.11"
+version: "3.4.12"
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 2f24ea1e2..1336c1e96 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 "11")
+set(CPACK_PACKAGE_VERSION_PATCH "12")
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 3e1a43197..721b946db 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.11"
+#define HUGGLE_VERSION "3.4.12"
#define HUGGLE_BYTE_VERSION_MAJOR 0x3
#define HUGGLE_BYTE_VERSION_MINOR 0x4
-#define HUGGLE_BYTE_VERSION_RELEASE 0xB
+#define HUGGLE_BYTE_VERSION_RELEASE 0xC
// format is 0xMAJOR(2)MINOR(2)RELEASE(2) so for 3.1.15 it's 0x03010F
-#define HUGGLE_BYTE_VERSION 0x03040B
+#define HUGGLE_BYTE_VERSION 0x03040C
// 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 d93aab0d4..5f56a88a8 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.11.0"
+!define VERSION "3.4.12.0"
!define COPYRIGHT "GPL"
!define DESCRIPTION "Application"
!define LICENSE_TXT "gpl.txt"
diff --git a/windows64/Huggle.nsi b/windows64/Huggle.nsi
index 89e6f9111..3a0378b31 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.11.0"
+!define VERSION "3.4.12.0"
!define COPYRIGHT "GPL"
!define DESCRIPTION "Application"
!define LICENSE_TXT "gpl.txt"