mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
lang/c/msgpack: added license notifications
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@60 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
parent
b5f13e7d26
commit
a721837ed0
31 changed files with 332 additions and 11 deletions
|
|
@ -13,7 +13,6 @@ ext/unpack.c
|
|||
ext/unpack.h
|
||||
ext/unpack_context.h
|
||||
ext/unpack_inline.c
|
||||
msgpack/pack/inline_context.h
|
||||
msgpack/pack/inline_impl.h
|
||||
msgpack/unpack/inline_context.h
|
||||
msgpack/unpack/inline_impl.h
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
module MessagePack
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 0
|
||||
TINY = 1
|
||||
MINOR = 1
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue