From 0763c616b37456631b5fad41f9c7d20571aa7d2c Mon Sep 17 00:00:00 2001
From: Dmitry Popov <Dmitry.Popov@cern.ch>
Date: Thu, 25 Jan 2018 11:52:31 +0100
Subject: [PATCH] Update version and default branch to 10.3.3

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 049763b94d..695241f1e2 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 v10r3p2
-              DATA Geant4Files VERSION v103r*)
+gaudi_project(Geant4 v10r3p3
+              DATA Geant4Files VERSION v103r1)
 
 # 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 4a5a847ed4..a540a78b5d 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.3.2-branch")
+    set(GEANT4_TAG "lhcb/v10.3.3-branch")
   else()
     set(GEANT4_TAG lhcb/${CMAKE_PROJECT_VERSION})
   endif()
-- 
GitLab