From b7116033050af412d693296676be222d4b46fbd7 Mon Sep 17 00:00:00 2001
From: Dmitry Popov <Dmitry.Popov@cern.ch>
Date: Tue, 11 Dec 2018 19:37:22 +0100
Subject: [PATCH 1/5] Updated version to v104r2p1

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5b0f2e0d4b..a29c65f442 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
 set(GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING "Repository for Geant4 sources")
 
 find_package(GaudiProject)
-gaudi_project(Geant4 v104r2
+gaudi_project(Geant4 v104r2p1
               DATA Geant4Files VERSION v104r1)
 
 # FIXME: hack for compatibility with CMT build
-- 
GitLab


From c9670b21e8ee6da53fc314c617985f6cc4f87621 Mon Sep 17 00:00:00 2001
From: Dmitry Popov <Dmitry.Popov@cern.ch>
Date: Tue, 11 Dec 2018 19:37:46 +0100
Subject: [PATCH 2/5] Added release notes for v104r2p1

---
 ReleaseNotes/v104r2p1.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 ReleaseNotes/v104r2p1.md

diff --git a/ReleaseNotes/v104r2p1.md b/ReleaseNotes/v104r2p1.md
new file mode 100644
index 0000000000..12f8bcaba9
--- /dev/null
+++ b/ReleaseNotes/v104r2p1.md
@@ -0,0 +1,10 @@
+2018-06-14 Geant4 v104r2p1
+===
+This release is based on `GEANT4 r10.4.2`, uses `LCG 93` and `Geant4Files v104r1`.
+
+This version is released on `Sim10` branch.
+
+## Latest Changes
+
+#### LHCb production G4 Physics List option1NoApplyCuts
+**[MR !39] Fixed a potential problem in option1NoApplyCuts physics list where protons and anti-protons cannot share processes/models of ionisation and multiple scattering**
-- 
GitLab


From c26f694da9179b6e56e5d4855c8182f4595595fe Mon Sep 17 00:00:00 2001
From: Dmitry Popov <Dmitry.Popov@cern.ch>
Date: Tue, 11 Dec 2018 19:55:44 +0100
Subject: [PATCH 3/5] Fixed release date

---
 ReleaseNotes/v104r2p1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ReleaseNotes/v104r2p1.md b/ReleaseNotes/v104r2p1.md
index 12f8bcaba9..3222118039 100644
--- a/ReleaseNotes/v104r2p1.md
+++ b/ReleaseNotes/v104r2p1.md
@@ -1,4 +1,4 @@
-2018-06-14 Geant4 v104r2p1
+2018-12-11 Geant4 v104r2p1
 ===
 This release is based on `GEANT4 r10.4.2`, uses `LCG 93` and `Geant4Files v104r1`.
 
-- 
GitLab


From 2c66147e3b1e4595d64bf717ed487b9ac70aa7ae Mon Sep 17 00:00:00 2001
From: Dmitry Popov <Dmitry.Popov@cern.ch>
Date: Thu, 20 Dec 2018 13:08:36 +0100
Subject: [PATCH 4/5] Updated version/deps for v105r0

---
 CMakeLists.txt                 | 4 ++--
 Geant4/G4config/CMakeLists.txt | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a29c65f442..677794dbe1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,8 +5,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
 set(GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING "Repository for Geant4 sources")
 
 find_package(GaudiProject)
-gaudi_project(Geant4 v104r2p1
-              DATA Geant4Files VERSION v104r1)
+gaudi_project(Geant4 v105r0
+              DATA Geant4Files VERSION v105r0)
 
 # FIXME: hack for compatibility with CMT build
 file(WRITE ${CMAKE_BINARY_DIR}/dummy.cpp "")
diff --git a/Geant4/G4config/CMakeLists.txt b/Geant4/G4config/CMakeLists.txt
index 027a437cca..fb8ceac88e 100644
--- a/Geant4/G4config/CMakeLists.txt
+++ b/Geant4/G4config/CMakeLists.txt
@@ -30,7 +30,7 @@ if (NOT GEANT4_TAG)
   elseif(CMAKE_PROJECT_VERSION STREQUAL "HEAD")
     # Special mapping of version HEAD
     # WARNING this must be kept up to date manually
-    set(GEANT4_TAG "lhcb/v10.4.2-branch")
+    set(GEANT4_TAG "lhcb/v10.5.0-branch")
   else()
     set(GEANT4_TAG lhcb/${CMAKE_PROJECT_VERSION})
   endif()
-- 
GitLab


From ecc91da0bac37674d1b8ea9a05865c15f0a0e90f Mon Sep 17 00:00:00 2001
From: Dmitry Popov <Dmitry.Popov@cern.ch>
Date: Thu, 10 Jan 2019 10:55:56 +0100
Subject: [PATCH 5/5] Added release notes for v105r0

---
 ReleaseNotes/v105r0.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 ReleaseNotes/v105r0.md

diff --git a/ReleaseNotes/v105r0.md b/ReleaseNotes/v105r0.md
new file mode 100644
index 0000000000..c48bc61004
--- /dev/null
+++ b/ReleaseNotes/v105r0.md
@@ -0,0 +1,5 @@
+2019-01-10 Geant4 v105r0
+===
+This release is based on `GEANT4 r10.5.0`, uses `LCG 93` and `Geant4Files v105r0`.
+
+This version is released on `Sim10` branch.
-- 
GitLab