mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 12:27:44 +02:00
Set version to 88
This commit is contained in:
@ -16,9 +16,6 @@ Version 87:
|
|||||||
* Rename to BEAST_EXPECT
|
* Rename to BEAST_EXPECT
|
||||||
* variant fixes and tests
|
* variant fixes and tests
|
||||||
* Update README, add CONTRIBUTING.md and CODE_OF_CONDUCT.md
|
* Update README, add CONTRIBUTING.md and CODE_OF_CONDUCT.md
|
||||||
* Update doc links in README.md
|
|
||||||
* Refactor tests Jamfile
|
|
||||||
* Don't use program_options
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required (VERSION 3.5.2)
|
cmake_minimum_required (VERSION 3.5.2)
|
||||||
|
|
||||||
project (Beast VERSION 87)
|
project (Beast VERSION 88)
|
||||||
|
|
||||||
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
option (Beast_BUILD_EXAMPLES "Build examples" ON)
|
option (Beast_BUILD_EXAMPLES "Build examples" ON)
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
# HTTP and WebSocket built on Boost.Asio in C++11
|
# HTTP and WebSocket built on Boost.Asio in C++11
|
||||||
|
|
||||||
Branch | Build | Coverage | Documentation
|
Branch | Linux/OSX | Windows | Coverage | Documentation | Matrix
|
||||||
------------|---------------|----------------|---------------
|
------------|-----------|---------|----------|---------------|--------
|
||||||
[master](https://github.com/boostorg/beast/tree/master) | [](https://travis-ci.org/boostorg/beast) [](https://ci.appveyor.com/project/vinniefalco/beast/branch/master) | [](https://codecov.io/gh/boostorg/beast/branch/master) | [](http://www.boost.org/doc/libs/master/doc/html/beast.html)
|
[master](https://github.com/boostorg/beast/tree/master) | [](https://travis-ci.org/boostorg/beast) | [](https://ci.appveyor.com/project/vinniefalco/beast/branch/master) | [](https://codecov.io/gh/boostorg/beast/branch/master) | [](http://www.boost.org/doc/libs/master/doc/html/beast.html) | [](http://www.boost.org/development/tests/master/developer/beast.html)
|
||||||
[develop](https://github.com/boostorg/beast/tree/develop) | [](https://travis-ci.org/boostorg/beast) [](https://ci.appveyor.com/project/vinniefalco/beast/branch/develop) | [](https://codecov.io/gh/boostorg/beast/branch/develop) | [](http://www.boost.org/doc/libs/develop/doc/html/beast.html)
|
[develop](https://github.com/boostorg/beast/tree/develop) | [](https://travis-ci.org/boostorg/beast) | [](https://ci.appveyor.com/project/vinniefalco/beast/branch/develop) | [](https://codecov.io/gh/boostorg/beast/branch/develop) | [](http://www.boost.org/doc/libs/develop/doc/html/beast.html) | [](http://www.boost.org/development/tests/develop/developer/beast.html)
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
This is a simple integer that is incremented by one every
|
This is a simple integer that is incremented by one every
|
||||||
time a set of code changes is merged to the develop branch.
|
time a set of code changes is merged to the develop branch.
|
||||||
*/
|
*/
|
||||||
#define BOOST_BEAST_VERSION 87
|
#define BOOST_BEAST_VERSION 88
|
||||||
|
|
||||||
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
|
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user