bump to 0.16

This commit is contained in:
tokuhirom 2010-09-05 16:17:19 +09:00
parent 1fe4109a42
commit b9bca2a19f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.16
- tests on 64bit machines with -Duselongdouble
(reported by andk)
0.15 0.15
- better argument validation. - better argument validation.

View File

@ -4,7 +4,7 @@ use warnings;
use XSLoader; use XSLoader;
use 5.008001; use 5.008001;
our $VERSION = '0.15'; our $VERSION = '0.16';
our $PreferInteger = 0; our $PreferInteger = 0;
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" }; our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };