From 0bdee479bfd679219fdf2f8a5819155a761d0e92 Mon Sep 17 00:00:00 2001 From: Christian Mandery <mandery@kit.edu> Date: Tue, 26 Jan 2016 17:45:54 +0100 Subject: [PATCH] Version bump to deploy bug fix --- config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cmake b/config.cmake index 13d35691b..5da9131cf 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 23) + set(Simox_PATCH_VERSION 24) set(Simox_VERSION ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION}) -- GitLab