From e61851f27817595858a77caaa0776c9d7f294bc8 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Wed, 8 Sep 2021 12:55:31 +0200 Subject: [PATCH] Updating version to v01-18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8316ba67f..5834a8fa3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ SET_PROPERTY(DIRECTORY . PROPERTY PACKAGE_NAME DD4hep) ################# SET( DD4hep_VERSION_MAJOR 1 ) -SET( DD4hep_VERSION_MINOR 17 ) +SET( DD4hep_VERSION_MINOR 18 ) SET( DD4hep_VERSION_PATCH 0 ) #######################