From 899d4abdfa293ed9656246f480fbc1ff076d3640 Mon Sep 17 00:00:00 2001 From: Robert Langenberg <rlangenb@cern.ch> Date: Tue, 30 May 2017 14:16:27 +0200 Subject: [PATCH] new release number 00.04.01 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b48ab034d..6782b0276 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.04.00) +set (ACTS_VERSION 0.04.01) # convert the version into a plain number to be used in the version header file string (REPLACE "." "" ACTS_VERSION_NUMBER ${ACTS_VERSION}) -- GitLab