X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=BUILD.sh;h=94c8e215dcaab29643610ed3dc010a9afc1eb1d0;hb=9bbec9ddf679ddf9bfd141211c7b4e8cb925483a;hp=49e515b9e5afb120d0d75608302792b067647a5a;hpb=b16bd10a931d2e6a840958b261bb4edac418d0f7;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