diff --git a/config.cmake b/config.cmake
index bcb3047b23527539be3aead14f2f01ea4dfc4e75..533dc4576d3d07e39a56104413b92878824576bf 100644
--- a/config.cmake
+++ b/config.cmake
@@ -47,7 +47,7 @@ IF (NOT Simox_CONFIGURED)
 	############################# VERSION #################################
 	set(Simox_MAJOR_VERSION 2)
 	set(Simox_MINOR_VERSION 3)
-    set(Simox_PATCH_VERSION 18)
+    set(Simox_PATCH_VERSION 19)
 	set(Simox_VERSION
     ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})