Skip to content

Commit ae5d30b

Browse files
committed
Bump version to 1.89
1 parent 199ef13 commit ae5d30b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR AND NOT CMAKE_BUILD_TYPE A
1010
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
1111
endif()
1212

13-
project(Boost VERSION 1.88.0 LANGUAGES CXX)
13+
project(Boost VERSION 1.89.0 LANGUAGES CXX)
1414

1515
set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
1616
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})

Jamroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ import project ;
148148
import tools/boost\_install/boost-install ;
149149

150150
path-constant BOOST_ROOT : . ;
151-
constant BOOST_VERSION : 1.88.0 ;
151+
constant BOOST_VERSION : 1.89.0 ;
152152
constant BOOST_JAMROOT_MODULE : $(__name__) ;
153153

154154
# Allow subprojects to simply `import config : requires ;` to get access to the requires rule

0 commit comments

Comments
 (0)