Skip to content

Commit cfb5434

Browse files
committed
Update the version to 5.0.0.
1 parent db4fcf9 commit cfb5434

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2023-01-10 version 5.0.0 for C++
2+
* Fix config for new MSVC preprocessor (#1040)
3+
## << breaking changes >>
4+
* Change CMake package name of C++ library to msgpackc-cxx (#1045)
5+
16
# 2022-11-02 version 4.1.3 for C++
27
* Fix compile error that direct inclusion of chrono with `MSGPACK_NO_BOOST` (#1038))
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`msgpack` for C++
22
===================
33

4-
Version 4.1.3 [![Build Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=cpp_master)](https://github.com/msgpack/msgpack-c/actions) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/cpp_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
4+
Version 5.0.0 [![Build Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=cpp_master)](https://github.com/msgpack/msgpack-c/actions) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/cpp_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
55
[![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master/graph/badge.svg)](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master)
66

77
It's like JSON but smaller and faster.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.1.3.{build}
1+
version: 5.0.0.{build}
22

33
branches:
44
only:

include/msgpack/version_master.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#define MSGPACK_VERSION_MAJOR 4
2-
#define MSGPACK_VERSION_MINOR 1
3-
#define MSGPACK_VERSION_REVISION 3
1+
#define MSGPACK_VERSION_MAJOR 5
2+
#define MSGPACK_VERSION_MINOR 0
3+
#define MSGPACK_VERSION_REVISION 0

0 commit comments

Comments
 (0)