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})