mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-16 06:56:39 +02:00
bump to 0.16
This commit is contained in:
parent
1fe4109a42
commit
b9bca2a19f
@ -1,3 +1,8 @@
|
||||
0.16
|
||||
|
||||
- tests on 64bit machines with -Duselongdouble
|
||||
(reported by andk)
|
||||
|
||||
0.15
|
||||
|
||||
- better argument validation.
|
||||
|
@ -4,7 +4,7 @@ use warnings;
|
||||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.15';
|
||||
our $VERSION = '0.16';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user