mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
perl: bump up version to 0.13!
This commit is contained in:
parent
ca0c844f32
commit
9ac69337e8
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
0.13
|
||||
|
||||
- clearly specify requires_c99(), because msgpack C header requires C99.
|
||||
|
||||
0.12
|
||||
|
||||
- PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ use warnings;
|
|||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.12';
|
||||
our $VERSION = '0.13';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue