From f8138aa1687e5be33bf78e8936957e7ec72460fa Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Wed, 1 Aug 2018 15:05:57 +0200 Subject: [PATCH] Set FairRoot version to new patch release 18.0.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e6947a54c..c00e71a35b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ endforeach() # Set project version SET(FAIRROOT_MAJOR_VERSION 18) SET(FAIRROOT_MINOR_VERSION 0) -SET(FAIRROOT_PATCH_VERSION 0) +SET(FAIRROOT_PATCH_VERSION 1) # Set name of our project to "FAIRROOT". # Has to be done after check of cmake version