Ver Fonte

Bump versions to 1.80

Glen Fernandes há 4 anos atrás
pai
commit
4feb269db9
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      CMakeLists.txt
  2. 1 1
      Jamroot

+ 1 - 1
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})

+ 1 - 1
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

粤ICP备19079148号