mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-26 18:11:30 +02:00
Update the version to 5.0.0.
This commit is contained in:
parent
db4fcf9109
commit
cfb543401a
@ -1,3 +1,8 @@
|
||||
# 2023-01-10 version 5.0.0 for C++
|
||||
* Fix config for new MSVC preprocessor (#1040)
|
||||
## << breaking changes >>
|
||||
* Change CMake package name of C++ library to msgpackc-cxx (#1045)
|
||||
|
||||
# 2022-11-02 version 4.1.3 for C++
|
||||
* Fix compile error that direct inclusion of chrono with `MSGPACK_NO_BOOST` (#1038))
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
`msgpack` for C++
|
||||
===================
|
||||
|
||||
Version 4.1.3 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
||||
Version 5.0.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
||||
[](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master)
|
||||
|
||||
It's like JSON but smaller and faster.
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: 4.1.3.{build}
|
||||
version: 5.0.0.{build}
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -1,3 +1,3 @@
|
||||
#define MSGPACK_VERSION_MAJOR 4
|
||||
#define MSGPACK_VERSION_MINOR 1
|
||||
#define MSGPACK_VERSION_REVISION 3
|
||||
#define MSGPACK_VERSION_MAJOR 5
|
||||
#define MSGPACK_VERSION_MINOR 0
|
||||
#define MSGPACK_VERSION_REVISION 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user