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