diff --git a/config.cmake b/config.cmake index 05f06364a668428db54b6e1fb1a25c9b0b81ce53..105ac092ab0067c7ed1ebaf0898b0027ccdb0853 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 47) + set(Simox_PATCH_VERSION 48) set(Simox_VERSION ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})