From: Leslie Giles Date: Thu, 13 Oct 2016 16:18:38 +0000 (-0400) Subject: Bug 86 - update released SO build numbers X-Git-Tag: v1.0.1~2^2~3 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F532%2F1;p=osm%2FSO.git Bug 86 - update released SO build numbers Signed-off-by: Leslie Giles --- diff --git a/BUILD.sh b/BUILD.sh index 60f70b02..b0c6d27b 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.49556} + PLATFORM_VERSION=${2:-4.3.1.0.50309} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.3.1.0.49553-1} + PLATFORM_VERSION=${2:-4.3.1.0.50310} else echo "Internal error: unknown platform $PLATFORM" exit 1