Skip to content

Commit e58e650

Browse files
committedJun 28, 2024
Import Geant4 11.3.0.beta source tree
1 parent f7b2387 commit e58e650

File tree

5,232 files changed

+232576
-237520
lines changed

Some content is hidden

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

5,232 files changed

+232576
-237520
lines changed
 

‎.gitlab/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@
258258
/examples/extended/parallel/MPI/exMPI04/ @ihrivnac
259259
/examples/extended/parallel/TBB/ @jmadsen @ihrivnac
260260
/examples/extended/parallel/ThreadsafeScorers/ @jmadsen @ihrivnac
261-
/examples/extended/parallel/TopC/ @cooperma @ihrivnac
262261

263262
/examples/extended/parameterisations/gflash/ @mverderi @ihrivnac
264263
/examples/extended/parameterisations/Par01/ @mverderi @ihrivnac

‎CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ project(Geant4
3030
DESCRIPTION "C++ toolkit for simulating the passage of particles through matter"
3131
HOMEPAGE_URL "https://geant4.cern.ch")
3232
set(${PROJECT_NAME}_VERSION_MAJOR 11)
33-
set(${PROJECT_NAME}_VERSION_MINOR 2)
34-
set(${PROJECT_NAME}_VERSION_PATCH 2)
33+
set(${PROJECT_NAME}_VERSION_MINOR 3)
34+
set(${PROJECT_NAME}_VERSION_PATCH 0)
3535
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")
3636

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

0 commit comments

Comments
 (0)
Failed to load comments.