From 3b689d439143731603f1d6eb7aee5a8c8d1d799a Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Sun, 19 Jun 2022 00:52:09 +0800
Subject: [PATCH] update external library from 101.0.0 to 101.0.1: adopt latest
 podio and edm4hep.

---
 build.sh | 2 +-
 setup.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 8f8ad7e8..337287fe 100755
--- a/build.sh
+++ b/build.sh
@@ -92,7 +92,7 @@ function run-make() {
 
 # The current default platform
 lcg_platform=x86_64-centos7-gcc8-opt
-lcg_version=101.0.0
+lcg_version=101.0.1
 
 bldtool=${CEPCSW_BLDTOOL} # make, ninja # set in env var
 
diff --git a/setup.sh b/setup.sh
index 6b973779..a75d5f39 100644
--- a/setup.sh
+++ b/setup.sh
@@ -49,7 +49,7 @@ function setup-external() {
 # CEPCSW_LCG_VERSION=${1}; shift
 
 if [ -z "$CEPCSW_LCG_VERSION" ]; then
-    CEPCSW_LCG_VERSION=101.0.0
+    CEPCSW_LCG_VERSION=101.0.1
 fi
 export CEPCSW_LCG_VERSION
 
-- 
GitLab