mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Perl: bump up version to 0.14
This commit is contained in:
parent
a91c1ec6d9
commit
8de1f764fd
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
0.14
|
||||
|
||||
- fixed segv on serializing cyclic reference
|
||||
(Dan Kogai)
|
||||
|
||||
0.13
|
||||
|
||||
- clearly specify requires_c99(), because msgpack C header requires C99.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ use warnings;
|
|||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.13';
|
||||
our $VERSION = '0.14';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue