Skip to content

Commit

Permalink
cpp: version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Feb 23, 2011
1 parent 0d5708a commit 5b1851a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions cpp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2011-02-24 version 0.5.5:

* eliminates dependency of winsock2.h header
* fixes msgpack_vc.postbuild.bat file
* fixes some implicit cast warnings

2010-08-29 version 0.5.4:

* includes msgpack_vc2008.vcproj file in source package
Expand Down
2 changes: 1 addition & 1 deletion cpp/configure.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_INIT(src/object.cpp)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE(msgpack, 0.5.4)
AM_INIT_AUTOMAKE(msgpack, 0.5.5)
AC_CONFIG_HEADER(config.h)

AC_SUBST(CFLAGS)
Expand Down

0 comments on commit 5b1851a

Please sign in to comment.