Skip to content
Snippets Groups Projects
Commit 1917c6c9 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Updating version number ahead of pre-release

parent 5822e319
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment