X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=94c8e215dcaab29643610ed3dc010a9afc1eb1d0;hb=b0a3805d0af2a816875101b80683ffbf6785e118;hp=49e515b9e5afb120d0d75608302792b067647a5a;hpb=841d9ac5cfd3bc9bfab9cd15ed860769885f8efd;p=osm%2FSO.git diff --git a/BUILD.sh b/BUILD.sh index 49e515b9..94c8e215 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,10 +114,10 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.99.1.1.58423} + PLATFORM_VERSION=${2:-4.99.1.1.58887} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.99.1.1.58423} + PLATFORM_VERSION=${2:-4.99.1.1.58887} else echo "Internal error: unknown platform $PLATFORM" exit 1