Skip to content

Commit 3bdbf0d

Browse files
authored
Merge pull request #973 from redboltz/update_to_402
Updated the version to 4.0.2.
2 parents c0708db + d8324b5 commit 3bdbf0d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2021-08-31 version 4.0.2 for C++
2+
* Fix fuzzer interface function name (#972)
3+
* Fix boost test link error and support both dynamin(default) and static link boost (#971)
4+
15
# 2021-08-30 version 4.0.1 for C++
26
* Fix release tarball and its generation script (#967)
37

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.0.1 [![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 4.0.2 [![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.0.1.{build}
1+
version: 4.0.2.{build}
22

33
branches:
44
only:

include/msgpack/version_master.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define MSGPACK_VERSION_MAJOR 4
22
#define MSGPACK_VERSION_MINOR 0
3-
#define MSGPACK_VERSION_REVISION 1
3+
#define MSGPACK_VERSION_REVISION 2

0 commit comments

Comments
 (0)