diff --git a/CMakeLists.txt b/CMakeLists.txt index b2d84118ab8..2b203eeb355 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ include (GNUInstallDirs) include (cmake/ACTSCompilerOptions.cmake) # set the current version of ACTS -set (ACTS_VERSION 0.01.00) +set (ACTS_VERSION 0.02.00) # convert the version into a plain number to be used in the version header file string (REPLACE "." "" ACTS_VERSION_NUMBER ${ACTS_VERSION})