aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-modular-build-helper/Jamroot.jam
diff options
context:
space:
mode:
authorquatmax <quatmax@users.noreply.github.com>2019-11-04 20:24:10 +0100
committerRobert Schumacher <roschuma@microsoft.com>2019-11-04 11:24:10 -0800
commit7b7908bd30591d84b8731aff296aeaf607e3e429 (patch)
tree7d4c006772b2c81361f8c5547911d7a11d9ad487 /ports/boost-modular-build-helper/Jamroot.jam
parentdf266bd06716f1599d13eaf6e306c8de85fbaca9 (diff)
downloadvcpkg-7b7908bd30591d84b8731aff296aeaf607e3e429.tar.gz
vcpkg-7b7908bd30591d84b8731aff296aeaf607e3e429.zip
[boost-modular-build-helper] Update to 1.71. (#8606)
Diffstat (limited to 'ports/boost-modular-build-helper/Jamroot.jam')
-rw-r--r--ports/boost-modular-build-helper/Jamroot.jam4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/boost-modular-build-helper/Jamroot.jam b/ports/boost-modular-build-helper/Jamroot.jam
index 7721973a9..b39bdc493 100644
--- a/ports/boost-modular-build-helper/Jamroot.jam
+++ b/ports/boost-modular-build-helper/Jamroot.jam
@@ -1,5 +1,5 @@
-constant BOOST_VERSION : 1.70.0 ;
-constant BOOST_VERSION_ABI_TAG : 1_70 ;
+constant BOOST_VERSION : 1.71.0 ;
+constant BOOST_VERSION_ABI_TAG : 1_71 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
import boostcpp ;