Skip to content

Commit 4ca74c2

Browse files
authored
Merge pull request #967 from redboltz/update_to_401
Updated the version to 4.0.1
2 parents b065560 + 5ef0108 commit 4ca74c2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

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.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)
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)
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.0.{build}
1+
version: 4.0.1.{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 0
3+
#define MSGPACK_VERSION_REVISION 1

makedist.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tar --append --file=$filename $prefix/test
1919
tar --append --file=$filename $prefix/include
2020
tar --append --file=$filename $prefix/erb
2121
tar --append --file=$filename $prefix/fuzz
22+
tar --append --file=$filename $prefix/cmake
2223

2324
tar --append --file=$filename $prefix/CMakeLists.txt
2425
tar --append --file=$filename $prefix/Files.cmake
@@ -31,7 +32,7 @@ tar --append --file=$filename $prefix/ChangeLog
3132
tar --append --file=$filename $prefix/NEWS
3233
tar --append --file=$filename $prefix/COPYING
3334
tar --append --file=$filename $prefix/README
34-
35+
tar --append --file=$filename $prefix/msgpack-config.cmake.in
3536
rm -f $prefix
3637

3738
gzip -f $filename

0 commit comments

Comments
 (0)