X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=4521ca7b16e007ed73e4e4e862fe1629c5f4689f;hb=cb855e1dd352b14f5e86807972e9466accb0e1e9;hp=0443cc4c5d18a8bd95b88aeec118966b458fac36;hpb=30ee9b98b1255edd5ed79a31332b6dabbddb5823;p=osm%2FSO.git 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