summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlen Fernandes <glen.fernandes@gmail.com>2022-04-13 21:31:06 -0400
committerGlen Fernandes <glen.fernandes@gmail.com>2022-04-13 21:31:18 -0400
commit4feb269db97df5ad3c0e9aaf58b3808770db83eb (patch)
treee3ec58fb7f6d53b132703b52fcfb2e3aca9984a7 /CMakeLists.txt
parenta6a1b36f4ce3fa1ba8097b0bcb319db204ed663a (diff)
downloadboost-4feb269db97df5ad3c0e9aaf58b3808770db83eb.tar.gz
Bump versions to 1.80
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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})