File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR AND NOT CMAKE_BUILD_TYPE A
10
10
set_property (CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo" )
11
11
endif ()
12
12
13
- project (Boost VERSION 1.88 .0 LANGUAGES CXX )
13
+ project (Boost VERSION 1.89 .0 LANGUAGES CXX )
14
14
15
15
set (BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION} )
16
16
set (BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR} )
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ import project ;
148
148
import tools/boost\_install/boost-install ;
149
149
150
150
path-constant BOOST_ROOT : . ;
151
- constant BOOST_VERSION : 1.88 .0 ;
151
+ constant BOOST_VERSION : 1.89 .0 ;
152
152
constant BOOST_JAMROOT_MODULE : $(__name__) ;
153
153
154
154
# Allow subprojects to simply `import config : requires ;` to get access to the requires rule
You can’t perform that action at this time.
0 commit comments