X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;fp=BUILD.sh;h=e2c6976013cd7c1f8b0f1c4a6f600d9d76d68bb9;hb=382357e403a53df802ac5e599cb3d6193079da39;hp=4eb05776a8663723048a625c543a26ca1d6a20df;hpb=b00d1ec1c899e5323cb93724556b7c5ae7ca0088;p=osm%2FSO.git 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