diff options
author | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-19 17:36:05 +0900 |
---|---|---|
committer | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-19 17:36:05 +0900 |
commit | 387eca6fbf8c18bf32f35eeb7dab53f2be670c33 (patch) | |
tree | 95e6b7fac3f16605b203eace3d516da24d493114 | |
parent | b2381d0513e3ec9a874643b7faf7afeb4490a1e7 (diff) | |
download | msgpack-python-387eca6fbf8c18bf32f35eeb7dab53f2be670c33.tar.gz |
cpp-0.3.7
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | cpp/object.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7cdb99d..c241ecf 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(msgpack/unpack_template.h) AC_CONFIG_AUX_DIR(ac) -AM_INIT_AUTOMAKE(msgpack, 0.3.6) +AM_INIT_AUTOMAKE(msgpack, 0.3.7) AC_CONFIG_HEADER(config.h) AC_SUBST(CFLAGS) diff --git a/cpp/object.cpp b/cpp/object.cpp index eb45f77..a7adb71 100644 --- a/cpp/object.cpp +++ b/cpp/object.cpp @@ -16,7 +16,6 @@ // limitations under the License. // #include "msgpack/object.hpp" - #include <string.h> namespace msgpack { |