Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
np
nptool
Commits
1917c6c9
Commit
1917c6c9
authored
8 years ago
by
Adrien Matta
Browse files
Options
Downloads
Patches
Plain Diff
* Updating version number ahead of pre-release
parent
5822e319
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NPLib/CMakeLists.txt
+2
-2
2 additions, 2 deletions
NPLib/CMakeLists.txt
NPSimulation/CMakeLists.txt
+2
-2
2 additions, 2 deletions
NPSimulation/CMakeLists.txt
with
4 additions
and
4 deletions
NPLib/CMakeLists.txt
+
2
−
2
View file @
1917c6c9
...
...
@@ -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
3
5
)
set
(
NPLIB_VERSION_DETA
4
5
)
configure_file
(
Core/NPLibVersion.h.in Core/NPLibVersion.h @ONLY
)
set
(
DETLIST
${
ETLIST
}
)
...
...
This diff is collapsed.
Click to expand it.
NPSimulation/CMakeLists.txt
+
2
−
2
View file @
1917c6c9
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment