Checking in changes prior to tagging of version 0.16_03.

Changelog diff is:

diff --git a/perl/Changes b/perl/Changes
index 68b58ba..a4a3e36 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.16_03
+
+    - no feature changes
+
 0.16_02

     - document enhancement(tokuhirom)
This commit is contained in:
tokuhirom 2010-09-06 14:34:48 +09:00
parent 9281dba896
commit 8b90968cb1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.16_03
- no feature changes
0.16_02
- document enhancement(tokuhirom)

View File

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