Skip to content

Commit 170d29a

Browse files
committed
Updated the version to 2.0.0.
It's not a release. Just inform that the master branch is for the version 2.0.0.
1 parent 8516468 commit 170d29a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

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

4-
Version 1.4.0 [![Build Status](https://travis-ci.org/msgpack/msgpack-c.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-c) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/master)
4+
Version 2.0.0 (under development)[![Build Status](https://travis-ci.org/msgpack/msgpack-c.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-c) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/master)
5+
6+
The newest release is version [1.4.1](https://github.com/msgpack/msgpack-c/releases/tag/cpp-1.4.1)
57

68
It's like JSON but small and fast.
79

include/msgpack/version_master.h

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

0 commit comments

Comments
 (0)