diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-12 10:15:31 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-13 09:01:32 -0700 |
commit | 9a7b7f6af3894abfb6f15e826e33b88073d117f0 (patch) | |
tree | 0533a6d664e978ebe48027bc28c6b380cc8b477c /platform/qt | |
parent | cd65a43855f33555eca5f3e3ad5d37661253209f (diff) | |
download | qtlocation-mapboxgl-9a7b7f6af3894abfb6f15e826e33b88073d117f0.tar.gz |
[core] Update to geometry.hpp 0.5.0
Diffstat (limited to 'platform/qt')
-rw-r--r-- | platform/qt/scripts/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qt/scripts/configure.sh b/platform/qt/scripts/configure.sh index 72c25362b4..43e91cb7c4 100644 --- a/platform/qt/scripts/configure.sh +++ b/platform/qt/scripts/configure.sh @@ -2,7 +2,7 @@ PROTOZERO_VERSION=1.3.0 BOOST_VERSION=1.60.0 -GEOMETRY_VERSION=0.3.0 +GEOMETRY_VERSION=0.5.0 GEOJSONVT_VERSION=4.1.2${CXX11ABI:-} GTEST_VERSION=1.7.0${CXX11ABI:-} LIBJPEG_TURBO_VERSION=1.4.2 |