diff --git a/config.cmake b/config.cmake index 9bc3656b2e27aa9215906a648bd4b7817b9c5d80..bcb3047b23527539be3aead14f2f01ea4dfc4e75 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 17) + set(Simox_PATCH_VERSION 18) set(Simox_VERSION ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})