Checking in changes prior to tagging of version 0.16_04.

Changelog diff is:

diff --git a/perl/Changes b/perl/Changes
index a4a3e36..7910882 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,4 +1,4 @@
-0.16_03
+0.16_04

     - no feature changes
This commit is contained in:
tokuhirom 2010-09-06 14:35:41 +09:00
parent 8b90968cb1
commit c5afe7a573
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
0.16_03
0.16_04
- no feature changes

View File

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