Update to 2.3.4
diff --git a/ChangeLog b/ChangeLog
index 1689adb..ebb9829 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2.3.4
+- Bugfixes
+  - Adapt to Swig 2.0.5 bugfix for renamed construtors/destructors.
+- Bindings
+  - SwigClass.. variables are static now
+
 2.3.3
 - Bugfixes
   - Assume 'XPath' as default filter dialect, not 'WQL' (Zoltan Micskei)
diff --git a/VERSION.cmake b/VERSION.cmake
index 674fb0a..4a4ee2e 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -47,7 +47,7 @@
 # Package version 2.3.0
 SET(OPENWSMAN_MAJOR "2")
 SET(OPENWSMAN_MINOR "3")
-SET(OPENWSMAN_PATCH "3")
+SET(OPENWSMAN_PATCH "4")
 
 # Plugin API 2.2
 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")