mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 21:41:27 +01:00
Bump version to 1.91
This commit is contained in:
@@ -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")
|
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(Boost VERSION 1.90.0 LANGUAGES CXX)
|
project(Boost VERSION 1.91.0 LANGUAGES CXX)
|
||||||
|
|
||||||
set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
|
set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
|
||||||
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})
|
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})
|
||||||
|
|||||||
2
Jamroot
2
Jamroot
@@ -148,7 +148,7 @@ import project ;
|
|||||||
import tools/boost\_install/boost-install ;
|
import tools/boost\_install/boost-install ;
|
||||||
|
|
||||||
path-constant BOOST_ROOT : . ;
|
path-constant BOOST_ROOT : . ;
|
||||||
constant BOOST_VERSION : 1.90.0 ;
|
constant BOOST_VERSION : 1.91.0 ;
|
||||||
constant BOOST_JAMROOT_MODULE : $(__name__) ;
|
constant BOOST_JAMROOT_MODULE : $(__name__) ;
|
||||||
|
|
||||||
# Allow subprojects to simply `import config : requires ;` to get access to the requires rule
|
# Allow subprojects to simply `import config : requires ;` to get access to the requires rule
|
||||||
|
|||||||
Reference in New Issue
Block a user