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.
This commit is contained in:
Takatoshi Kondo 2016-03-21 16:46:39 +09:00
parent 85164687f3
commit 170d29a13c
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
`msgpack` for C/C++
===================
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)
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)
The newest release is version [1.4.1](https://github.com/msgpack/msgpack-c/releases/tag/cpp-1.4.1)
It's like JSON but small and fast.

View File

@ -1,3 +1,3 @@
#define MSGPACK_VERSION_MAJOR 1
#define MSGPACK_VERSION_MINOR 4
#define MSGPACK_VERSION_MAJOR 2
#define MSGPACK_VERSION_MINOR 0
#define MSGPACK_VERSION_REVISION 0