From: Anssi Mannila Date: Fri, 3 Dec 2021 12:36:44 +0000 (+0200) Subject: Fix RMR version in build_rmr.sh file X-Git-Tag: 2.3.5~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=380cbab801d4ddc8a13d6ad1d115b5d3b5d28586;p=ric-plt%2Fxapp-frame-cpp.git Fix RMR version in build_rmr.sh file Change-Id: I4a563e696fb4779041d605a87b23f240839ebf5f Signed-off-by: Anssi Mannila --- diff --git a/build_rmr.sh b/build_rmr.sh index de06e60..71e9bb9 100755 --- a/build_rmr.sh +++ b/build_rmr.sh @@ -6,7 +6,7 @@ # repo and installing it. The package method is preferred # but if that breaks this can be used in place of it. -rmr_ver=${1:-4.7.4} +rmr_ver=${1:-4.8.0} # assume that we're in the proper directory set -e