Skip to content

Commit 7df9671

Browse files
committed
Merge pull request #439 from redboltz/ver1.4.1
Updated the version to 1.4.1.
2 parents ae8de13 + 437400c commit 7df9671

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2016-03-06 version 1.4.1
2+
3+
* Fix TARGET_OS_IPHONE checking (#436, #438)
4+
* Fix invalid front() call for empty container (#435. #437)
5+
* Fix compile error on g++6 (C++11 only) (#426, #428)
6+
* Fix zone size expansion logic (#423, #427)
7+
18
# 2016-01-22 version 1.4.0
29

310
## << recommended changes >>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 1.4.1 [![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)
55

66
It's like JSON but small and fast.
77

include/msgpack/version_master.h

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

0 commit comments

Comments
 (0)