From 14ca2d042a8bcc3be11d13f4d656297a13426cff Mon Sep 17 00:00:00 2001 From: Christian Gumpert <christian.gumpert@cern.ch> Date: Fri, 24 Mar 2017 12:41:34 +0100 Subject: [PATCH] bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86cc29728..09a13b7c0 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.01) +set (ACTS_VERSION 0.03.02) # convert the version into a plain number to be used in the version header file string (REPLACE "." "" ACTS_VERSION_NUMBER ${ACTS_VERSION}) -- GitLab