From 1917c6c9caa5ea565fe0b6265a5ccc2779ba1e54 Mon Sep 17 00:00:00 2001
From: adrien matta <matta@lpccaen.in2p3.fr>
Date: Thu, 8 Dec 2016 14:51:21 +0100
Subject: [PATCH] * Updating version number ahead of pre-release

---
 NPLib/CMakeLists.txt        | 4 ++--
 NPSimulation/CMakeLists.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NPLib/CMakeLists.txt b/NPLib/CMakeLists.txt
index 0d550ea6c..6aba8713f 100644
--- a/NPLib/CMakeLists.txt
+++ b/NPLib/CMakeLists.txt
@@ -12,9 +12,9 @@ include("ressources/CMake/NPTool_CMake_Preamble.cmake")
 # Major change in the Core/Physics (affecting the detector/analysis/simulation)
 set(NPLIB_VERSION_MAJOR 2)
 # Minor change in the Core/Physics (not affecting any other part)
-set(NPLIB_VERSION_MINOR 1)
+set(NPLIB_VERSION_MINOR 2)
 # Change any of the detector in NPA
-set(NPLIB_VERSION_DETA 35)
+set(NPLIB_VERSION_DETA 45)
 
 configure_file(Core/NPLibVersion.h.in Core/NPLibVersion.h @ONLY)
 set(DETLIST ${ETLIST})
diff --git a/NPSimulation/CMakeLists.txt b/NPSimulation/CMakeLists.txt
index b321e52e4..ea83530ac 100644
--- a/NPSimulation/CMakeLists.txt
+++ b/NPSimulation/CMakeLists.txt
@@ -7,8 +7,8 @@ cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
 
 project (NPSimulation)
 set (NPSIM_VERSION_MAJOR 2)
-set (NPSIM_VERSION_MINOR 0)
-set (NPSIM_VERSION_DETS 18)
+set (NPSIM_VERSION_MINOR 1)
+set (NPSIM_VERSION_DETS 29)
 
 set(CMAKE_BUILD_TYPE Release)
 
-- 
GitLab