Perl: bump up version to 0.14

This commit is contained in:
tokuhirom
2010-08-21 16:09:30 +09:00
parent a91c1ec6d9
commit 8de1f764fd
2 changed files with 6 additions and 1 deletions

View File

@@ -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" };