Perl: releng for 0.12

This commit is contained in:
tokuhirom 2010-05-05 17:28:38 +09:00
parent 262fe96c29
commit 120a85a3e5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.12
- PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it.
0.11
- oops(no feature changes)

View File

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