Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/boostorg/boost.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Clow <marshall@idio.com>2021-08-11 18:42:20 +0300
committerMarshall Clow <marshall@idio.com>2021-08-11 18:50:05 +0300
commit5c24ec936454548ae8a3121d70891bedd4e5acac (patch)
tree2e1c6d4ff6d054a10b1d3f4a3010883f5baffcd8 /CMakeLists.txt
parent9d3f9bcd7d416880d4631d7d39cceeb4e8f25da0 (diff)
Bump version to 1.78
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 46e6771455..0524528001 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.77.0 LANGUAGES CXX)
+project(Boost VERSION 1.78.0 LANGUAGES CXX)
set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})