cpp: version 0.5.2

This commit is contained in:
frsyuki 2010-07-14 17:06:16 +09:00
parent 331bf0af21
commit f5453d38ec
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
2010-07-14 version 0.5.2:
* type::raw::str(), operator==, operator!=, operator< and operator> are now const
* generates version.h using AC_OUTPUT macro in ./configure
2010-07-06 version 0.5.1:
* Add msgpack_vrefbuffer_new and msgpack_vrefbuffer_free

View File

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