diff --git a/NPLib/CMakeLists.txt b/NPLib/CMakeLists.txt
index 0d550ea6cb098fc4472dd68548b06e9a85798bb3..6aba8713fe3d72bf28656b43a4aafe54c9890c8a 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 b321e52e4d05bd2fd1f91c370d85253e5760b176..ea83530ac71e48cd17f0cdac0f18dced733a535e 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)