From 8f5118167d6a6903c793ecdafd57cbba5bb4b3ef Mon Sep 17 00:00:00 2001 From: Robert Johannes Langenberg Date: Wed, 13 Dec 2017 16:35:44 +0000 Subject: [PATCH] Update ACTS_VERSION to 0.05.03 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da4ec9be8f8..86679068c39 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.05.01) +set (ACTS_VERSION 0.05.03) # convert the version into a plain number to be used in the version header file string (REPLACE "." "" ACTS_VERSION_NUMBER ${ACTS_VERSION})