diff --git a/config.cmake b/config.cmake
index 3a15b283c17895a04a944f79f1873c61e361ca9d..f8b9b91963987a1384d769430379dfb9011b9b42 100644
--- a/config.cmake
+++ b/config.cmake
@@ -50,7 +50,7 @@ IF (NOT Simox_CONFIGURED)
     ############################# VERSION #################################
     set(Simox_MAJOR_VERSION 2)
     set(Simox_MINOR_VERSION 3)
-    set(Simox_PATCH_VERSION 34)
+    set(Simox_PATCH_VERSION 35)
     set(Simox_VERSION
     ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})