Update to 2.4.12
diff --git a/ChangeLog b/ChangeLog
index 461c3a5..15f0dbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2.4.12
+- Features
+  - New config option 'ssl_disable_protocols'. Pre-set to disable
+    SSLv2 and v3 in SSL mode
+  - Ruby: support Ruby 2.1 threading API
+- Bugfixes
+  - Fix memory corruption due to a malloc made with the wrong size
+  - iniparser: dictionary_set' must return a value (David Holm)
+
 2.4.11
 - Features
   - Bindings: EndPointReference.selector_names() for Python
diff --git a/VERSION.cmake b/VERSION.cmake
index abbe8ef..1738279 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -44,10 +44,10 @@
 #    set COMPATMINOR to MINOR. (binary incompatible change)
 #
 
-# Package version 2.4.11
+# Package version 2.4.12
 SET(OPENWSMAN_MAJOR "2")
 SET(OPENWSMAN_MINOR "4")
-SET(OPENWSMAN_PATCH "11")
+SET(OPENWSMAN_PATCH "12")
 
 # Plugin API 2.2
 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")