build_inf_centos: update ver for H-Release 95/11095/1
authorJackie Huang <jackie.huang@windriver.com>
Mon, 15 May 2023 06:46:23 +0000 (14:46 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 15 May 2023 06:46:23 +0000 (14:46 +0800)
Issue-ID: INF-403

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ica9eaa81f8198c5120d5bbe92b635ec1729166fb

scripts/build_inf_centos/build_inf_centos.sh

index 91f2e9e..a7664b2 100755 (executable)
@@ -28,7 +28,7 @@ SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp"
 SRC_O2_URL="https://opendev.org/starlingx/app-oran-o2"
 
 STX_VER="7.0"
-ORAN_REL="ORAN G-Release (${STX_VER})"
+ORAN_REL="ORAN H-Release (${STX_VER})"
 
 SCRIPTS_DIR=$(dirname $(readlink -f $0))
 SCRIPTS_NAME=$(basename $0)