Skip to content

Commit 28a7070

Browse files
committedApr 17, 2019
Import Geant4 10.5.1 source tree
1 parent a7fdc52 commit 28a7070

File tree

661 files changed

+55072
-106265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

661 files changed

+55072
-106265
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
3737
project(Geant4)
3838
set(${PROJECT_NAME}_VERSION_MAJOR 10)
3939
set(${PROJECT_NAME}_VERSION_MINOR 5)
40-
set(${PROJECT_NAME}_VERSION_PATCH 0)
40+
set(${PROJECT_NAME}_VERSION_PATCH 1)
4141
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")
4242

4343
# - Prepend our own CMake Modules to the search path

‎README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=====
2+
Geant4: A Simulation Toolkit
3+
=====

0 commit comments

Comments
 (0)
Please sign in to comment.