From cd1d2c40ce5a3c6a44cd107c0cba4665a9a647b8 Mon Sep 17 00:00:00 2001 From: Leslie Giles Date: Thu, 13 Oct 2016 12:18:38 -0400 Subject: [PATCH] Bug 86 - update released SO build numbers Signed-off-by: Leslie Giles --- BUILD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1