diff --git a/config.cmake b/config.cmake
index c65d095604b4464578cd3c8f6b700a9bb2b18ea7..b6836f4d28cb0d5853b8bcedfec48571aed80dff 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 53)
+    set(Simox_PATCH_VERSION 54)
     set(Simox_VERSION
     ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})