From a18c069544508ed4c6350e7f0a71cedce2b38534 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Wed, 16 Aug 2017 13:47:50 +0200 Subject: [PATCH] Updating version to v01-02 --- DDSegmentation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt index 44c37e72d..f7a20cff5 100644 --- a/DDSegmentation/CMakeLists.txt +++ b/DDSegmentation/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR) project(DDSegmentation) #fg: version number must be the same as dd4hep !! set(DDSegmentation_VERSION_MAJOR 1) -set(DDSegmentation_VERSION_MINOR 1) +set(DDSegmentation_VERSION_MINOR 2) set(DDSegmentation_VERSION_PATCH 0) set(DDSegmentation_VERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}" ) set(DDSegmentation_SOVERSION "${DDSegmentation_VERSION_MAJOR}.${DDSegmentation_VERSION_MINOR}")