diff --git a/config.cmake b/config.cmake index ec486813bb9cae6ea39f6a69fb279a1487558751..4a829ed2213b8ada4ed729c3100a4204460a6b76 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 10) + set(Simox_PATCH_VERSION 11) set(Simox_VERSION ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})