Checking in changes prior to tagging of version 0.16_01.

Changelog diff is:
This commit is contained in:
tokuhirom 2010-09-05 16:20:37 +09:00
parent 209d8d058c
commit 8025895168
2 changed files with 3 additions and 1 deletions

View File

@ -23,3 +23,5 @@
\.o$
\.bs$
^Data-MessagePack-[0-9.]+/
^\.testenv/test_pp.pl
^ppport.h$

View File

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