From 72cf460cf4c2f278e70507ffd14d7a3c45ee1470 Mon Sep 17 00:00:00 2001 From: Christian Gumpert Date: Mon, 28 Nov 2016 14:22:56 +0100 Subject: [PATCH] update ACTS version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b85c80e5aa0..86cc29728c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ endif(CCACHE_FOUND) set (CMAKE_MACOSX_RPATH 1) # set the current version of ACTS -set (ACTS_VERSION 0.03.00) +set (ACTS_VERSION 0.03.01) # convert the version into a plain number to be used in the version header file string (REPLACE "." "" ACTS_VERSION_NUMBER ${ACTS_VERSION})