From: Ravi Chamarty Date: Fri, 26 May 2017 18:18:49 +0000 (+0000) Subject: Bump RIFT platform version X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F1887%2F1;p=osm%2FSO.git Bump RIFT platform version Change-Id: I1a3c960de083bd71350b91567b55e81dd4def26b Signed-off-by: Ravi Chamarty --- diff --git a/BUILD.sh b/BUILD.sh index 4eb05776..e2c69760 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,10 +114,10 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.4.2.1.61839} + PLATFORM_VERSION=${2:-4.4.2.1.62754} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.4.2.1.61839} + PLATFORM_VERSION=${2:-4.4.2.1.62754} else echo "Internal error: unknown platform $PLATFORM" exit 1