Skip to content

Commit 0c06be6

Browse files
committed
Fixes Boost.Redis version.
[skip ci]
1 parent ff73469 commit 0c06be6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ examples and tests cmake is supported, for example
2727

2828
```cpp
2929
# 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
3131

3232
# Windows
3333
$ 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.
676676

677677
## Changelog
678678

679-
### develop
679+
### Boost 1.84 (First release in Boost)
680680

681681
* Deprecates the `async_receive` overload that takes a response. Users
682682
should now first call `set_receive_response` to avoid constantly and

doc/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ doxygen doc.html
2727
$(includes) $(examples) $(readme)
2828
:
2929
<doxygen:param>"PROJECT_NAME=Boost.Redis"
30-
<doxygen:param>PROJECT_NUMBER="1.4.2"
30+
<doxygen:param>PROJECT_NUMBER="1.84.0"
3131
<doxygen:param>PROJECT_BRIEF="A redis client library"
3232
<doxygen:param>"STRIP_FROM_PATH=\"$(redis_root_dir)\""
3333
<doxygen:param>"STRIP_FROM_INC_PATH=\"$(include_dir)\""

0 commit comments

Comments
 (0)