cpp: version 0.5.7

This commit is contained in:
FURUHASHI Sadayuki 2011-08-08 23:52:09 +09:00
parent 048a3835e7
commit 79b83e78a5
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
2011-08-08 version 0.5.7:
* fixes compile error problem with llvm-gcc and Mac OS X Lion
2011-04-24 version 0.5.6:
* #42 fixes double-free problem on msgpack_unpacker_release_zone

View File

@ -1,6 +1,6 @@
AC_INIT(src/object.cpp)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE(msgpack, 0.5.6)
AM_INIT_AUTOMAKE(msgpack, 0.5.7)
AC_CONFIG_HEADER(config.h)
AC_SUBST(CFLAGS)