From 89b6d15bd7fb9afd8f2b6f601ec89bfe944fe8a5 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Fri, 28 Feb 2020 16:18:20 +0100 Subject: [PATCH] Updating version to v01-11-01 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2148d5482..4792efcc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ SET_PROPERTY(DIRECTORY . PROPERTY PACKAGE_NAME DD4hep) SET( DD4hep_VERSION_MAJOR 1 ) SET( DD4hep_VERSION_MINOR 11 ) -SET( DD4hep_VERSION_PATCH 0 ) +SET( DD4hep_VERSION_PATCH 1 ) ####################### # Basic project setup #