X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=4eb05776a8663723048a625c543a26ca1d6a20df;hb=32eac309d0d4d237cc1044a8cf0443049e605b31;hp=ab1e685c76ddc3c4eb725ae9b210cafe140ea2d4;hpb=12b809b92848be99f1bfd2d823695fce35a8f130;p=osm%2FSO.git diff --git a/BUILD.sh b/BUILD.sh index ab1e685c..4eb05776 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.0.60195} + PLATFORM_VERSION=${2:-4.4.2.1.61839} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.4.2.0.60195} + PLATFORM_VERSION=${2:-4.4.2.1.61839} else echo "Internal error: unknown platform $PLATFORM" exit 1