From ff98a291909c5b544a3bd55a0ffaf37bd4e2aed1 Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Thu, 1 Nov 2018 09:31:02 +0100 Subject: [PATCH] Bump v18.0.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19de960c43..f7d992b1ab 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 3) +SET(FAIRROOT_PATCH_VERSION 4) # Set name of our project to "FAIRROOT". # Has to be done after check of cmake version