diff --git a/config.cmake b/config.cmake
index f9b3c44a8734da96d9f5fd4a7fc143fd4e35be03..fd4925c5df924d92053bdb7711ca88117079b99f 100644
--- a/config.cmake
+++ b/config.cmake
@@ -46,7 +46,7 @@ IF (NOT Simox_CONFIGURED)
 	############################# VERSION #################################
 	set(Simox_MAJOR_VERSION 2)
 	set(Simox_MINOR_VERSION 3)
-	set(Simox_PATCH_VERSION 2)
+	set(Simox_PATCH_VERSION 4)
 	set(Simox_VERSION
     ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})