From: Laurence Maultsby Date: Thu, 22 Dec 2016 19:11:29 +0000 (-0500) Subject: Updated platform X-Git-Tag: v1.1.0~40^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F833%2F1;p=osm%2FSO.git Updated platform Signed-off-by: Laurence Maultsby --- diff --git a/BUILD.sh b/BUILD.sh index 0443cc4c..4521ca7b 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,10 +114,10 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.3.1.0.50309} + PLATFORM_VERSION=${2:-4.3.1.0.53651} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.3.1.0.50310} + PLATFORM_VERSION=${2:-4.3.1.0.53651} else echo "Internal error: unknown platform $PLATFORM" exit 1