From a060dcc2fb17458197d3142034b999b39afee30f Mon Sep 17 00:00:00 2001
From: Dmitry Popov <Dmitry.Popov@cern.ch>
Date: Fri, 18 May 2018 14:04:57 +0200
Subject: [PATCH] Documentation and dependencies for v104r1p1 release

---
 CMakeLists.txt           | 2 +-
 ReleaseNotes/v104r1p1.md | 5 +++++
 toolchain.cmake          | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
 create mode 100644 ReleaseNotes/v104r1p1.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53631c5c37..934cbbca68 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 v104r1
+gaudi_project(Geant4 v104r1p1
               DATA Geant4Files VERSION v104r0)
 
 # FIXME: hack for compatibility with CMT build
diff --git a/ReleaseNotes/v104r1p1.md b/ReleaseNotes/v104r1p1.md
new file mode 100644
index 0000000000..ef194b73b1
--- /dev/null
+++ b/ReleaseNotes/v104r1p1.md
@@ -0,0 +1,5 @@
+2018-05-18 Geant4 v104r1p1
+===
+This is a minor update to `v104r1` to switch to `LCG 93`.
+
+This version is released on `Sim10` branch.
diff --git a/toolchain.cmake b/toolchain.cmake
index cff5f54487..15b65ea9ad 100644
--- a/toolchain.cmake
+++ b/toolchain.cmake
@@ -1,5 +1,5 @@
 # Set the version of HEPTools to use
-set(heptools_version 91)
+set(heptools_version 93)
 
 # this check is needed because the toolchain is called when checking the
 # compiler (without the proper cache)
-- 
GitLab