summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-28 15:21:50 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-28 15:21:50 -0700
commit10528091db0baaad4b528555498d43236e32ccce (patch)
tree1622fcce4a8f5a624298f0133ca46ae637975d76
parentf82803917acc180865709a8d7a89a30ab131ca7a (diff)
downloadqtlocation-mapboxgl-10528091db0baaad4b528555498d43236e32ccce.tar.gz
[core] Upgrade to boost 1.60.0 (#4899)
m---------.mason0
-rw-r--r--platform/android/scripts/configure.sh2
-rw-r--r--platform/ios/scripts/configure.sh2
-rw-r--r--platform/linux/scripts/configure.sh4
-rw-r--r--platform/osx/scripts/configure.sh4
-rw-r--r--platform/qt/scripts/configure.sh2
6 files changed, 7 insertions, 7 deletions
diff --git a/.mason b/.mason
-Subproject d914f75b43d64db226a449efc7dedfa3b6c129f
+Subproject ce432280285b3bb6a3b0fd042e7833acbfddf9e
diff --git a/platform/android/scripts/configure.sh b/platform/android/scripts/configure.sh
index 354cab0452..c53805a9c6 100644
--- a/platform/android/scripts/configure.sh
+++ b/platform/android/scripts/configure.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-BOOST_VERSION=1.59.0
+BOOST_VERSION=1.60.0
LIBPNG_VERSION=1.6.20
LIBJPEG_TURBO_VERSION=1.4.2
SQLITE_VERSION=3.9.1
diff --git a/platform/ios/scripts/configure.sh b/platform/ios/scripts/configure.sh
index f106c17092..31ef374e8e 100644
--- a/platform/ios/scripts/configure.sh
+++ b/platform/ios/scripts/configure.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-BOOST_VERSION=1.59.0
+BOOST_VERSION=1.60.0
SQLITE_VERSION=system
ZLIB_VERSION=system
GEOJSONVT_VERSION=4.1.2
diff --git a/platform/linux/scripts/configure.sh b/platform/linux/scripts/configure.sh
index 53dcaf5b1e..d58618d4bd 100644
--- a/platform/linux/scripts/configure.sh
+++ b/platform/linux/scripts/configure.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-BOOST_VERSION=1.59.0
-BOOST_LIBPROGRAM_OPTIONS_VERSION=1.59.0
+BOOST_VERSION=1.60.0
+BOOST_LIBPROGRAM_OPTIONS_VERSION=1.60.0
LIBCURL_VERSION=system
GLFW_VERSION=3.1.2
LIBPNG_VERSION=1.6.20
diff --git a/platform/osx/scripts/configure.sh b/platform/osx/scripts/configure.sh
index a5f84d0ee2..0b4c8eaf3e 100644
--- a/platform/osx/scripts/configure.sh
+++ b/platform/osx/scripts/configure.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-BOOST_VERSION=1.59.0
-BOOST_LIBPROGRAM_OPTIONS_VERSION=1.59.0
+BOOST_VERSION=1.60.0
+BOOST_LIBPROGRAM_OPTIONS_VERSION=1.60.0
GLFW_VERSION=3.1.2
SQLITE_VERSION=3.9.1
ZLIB_VERSION=system
diff --git a/platform/qt/scripts/configure.sh b/platform/qt/scripts/configure.sh
index 890ce85dde..4f068d8411 100644
--- a/platform/qt/scripts/configure.sh
+++ b/platform/qt/scripts/configure.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-BOOST_VERSION=1.59.0
+BOOST_VERSION=1.60.0
GEOJSONVT_VERSION=4.1.2
GTEST_VERSION=1.7.0
LIBJPEG_TURBO_VERSION=1.4.2