From c5afe7a5739fa48d207d85403771de4a526ff437 Mon Sep 17 00:00:00 2001 From: tokuhirom Date: Mon, 6 Sep 2010 14:35:41 +0900 Subject: [PATCH] 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 --- perl/Changes | 2 +- perl/lib/Data/MessagePack.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/Changes b/perl/Changes index a4a3e364..79108820 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,4 +1,4 @@ -0.16_03 +0.16_04 - no feature changes diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm index b143e4ae..b08bac2d 100644 --- a/perl/lib/Data/MessagePack.pm +++ b/perl/lib/Data/MessagePack.pm @@ -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" };