File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ examples and tests cmake is supported, for example
27
27
28
28
``` cpp
29
29
# Linux
30
- $ BOOST_ROOT=/opt/boost_1_81_0 cmake --preset g++-11
30
+ $ BOOST_ROOT=/opt/boost_1_84_0 cmake --preset g++-11
31
31
32
32
# Windows
33
33
$ 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.
676
676
677
677
## Changelog
678
678
679
- ### develop
679
+ ### Boost 1.84 (First release in Boost)
680
680
681
681
* Deprecates the ` async_receive ` overload that takes a response. Users
682
682
should now first call ` set_receive_response ` to avoid constantly and
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ doxygen doc.html
27
27
$(includes) $(examples) $(readme)
28
28
:
29
29
<doxygen:param>"PROJECT_NAME=Boost.Redis"
30
- <doxygen:param>PROJECT_NUMBER="1.4.2 "
30
+ <doxygen:param>PROJECT_NUMBER="1.84.0 "
31
31
<doxygen:param>PROJECT_BRIEF="A redis client library"
32
32
<doxygen:param>"STRIP_FROM_PATH=\"$(redis_root_dir)\""
33
33
<doxygen:param>"STRIP_FROM_INC_PATH=\"$(include_dir)\""
You can’t perform that action at this time.
0 commit comments