From 64c676b52f0dd48a6472a588884d907cf1fe9b80 Mon Sep 17 00:00:00 2001 From: Christian Gumpert Date: Mon, 26 Sep 2016 14:12:13 +0200 Subject: [PATCH] update ACTS version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b203eeb355..4ab96e3f655 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.02.00) +set (ACTS_VERSION 0.02.01) # convert the version into a plain number to be used in the version header file string (REPLACE "." "" ACTS_VERSION_NUMBER ${ACTS_VERSION})