diff --git a/config.cmake b/config.cmake
index 448bdb9b8a2e60dde2a5bae2d9b6015cb86a7fac..ab4c137450d24da703a4bb6d46fc006baffdb241 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 32)
+    set(Simox_PATCH_VERSION 33)
     set(Simox_VERSION
     ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})