From 4feb269db97df5ad3c0e9aaf58b3808770db83eb Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Wed, 13 Apr 2022 21:31:06 -0400 Subject: Bump versions to 1.80 --- CMakeLists.txt | 2 +- Jamroot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b71c5af8df..51c6f2a8a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR AND NOT CMAKE_BUILD_TYPE A set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo") endif() -project(Boost VERSION 1.79.0 LANGUAGES CXX) +project(Boost VERSION 1.80.0 LANGUAGES CXX) set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION}) set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR}) diff --git a/Jamroot b/Jamroot index cc82d03ffc..42a0af6029 100644 --- a/Jamroot +++ b/Jamroot @@ -144,7 +144,7 @@ import option ; import tools/boost\_install/boost-install ; path-constant BOOST_ROOT : . ; -constant BOOST_VERSION : 1.79.0 ; +constant BOOST_VERSION : 1.80.0 ; constant BOOST_JAMROOT_MODULE : $(__name__) ; # Allow subprojects to simply `import config : requires ;` to get access to the requires rule -- cgit v1.2.1