summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarshall Clow <marshall@idio.com>2021-12-08 06:58:38 -0800
committerMarshall Clow <marshall@idio.com>2021-12-08 07:04:14 -0800
commit2a3a56aae9266e014e8fc266edb09497e340cdbc (patch)
treea29d8c7cd715027fb1d3061909cd5a01fe92509c /CMakeLists.txt
parenta07c63c9e56f4d3b5bc904e25a7ad6f900728dbf (diff)
downloadboost-2a3a56aae9266e014e8fc266edb09497e340cdbc.tar.gz
Bump version to 1.79
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 0524528001..b71c5af8df 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.78.0 LANGUAGES CXX)
+project(Boost VERSION 1.79.0 LANGUAGES CXX)
set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})