From 0c06be66de11cd50d66adabf53daedf527fbe5d6 Mon Sep 17 00:00:00 2001 From: Marcelo Zimbres Date: Sun, 8 Oct 2023 10:04:54 +0200 Subject: [PATCH] Fixes Boost.Redis version. [skip ci] --- README.md | 4 ++-- doc/Jamfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16c4a7b5..69335443 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ examples and tests cmake is supported, for example ```cpp # Linux -$ BOOST_ROOT=/opt/boost_1_81_0 cmake --preset g++-11 +$ BOOST_ROOT=/opt/boost_1_84_0 cmake --preset g++-11 # Windows $ cmake -G "Visual Studio 17 2022" -A x64 -B bin64 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake @@ -676,7 +676,7 @@ https://lists.boost.org/Archives/boost/2023/01/253944.php. ## Changelog -### develop +### Boost 1.84 (First release in Boost) * Deprecates the `async_receive` overload that takes a response. Users should now first call `set_receive_response` to avoid constantly and diff --git a/doc/Jamfile b/doc/Jamfile index ca9602dc..ed720b61 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -27,7 +27,7 @@ doxygen doc.html $(includes) $(examples) $(readme) : "PROJECT_NAME=Boost.Redis" - PROJECT_NUMBER="1.4.2" + PROJECT_NUMBER="1.84.0" PROJECT_BRIEF="A redis client library" "STRIP_FROM_PATH=\"$(redis_root_dir)\"" "STRIP_FROM_INC_PATH=\"$(include_dir)\""