summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortokuhirom <tokuhirom@gmail.com>2010-09-05 16:17:19 +0900
committertokuhirom <tokuhirom@gmail.com>2010-09-05 16:17:19 +0900
commitb9bca2a19fc6519296bcda2c6af5f82cc744e005 (patch)
treecbd8a65773bf694df08d6317ac297dc5b997ddb2
parent1fe4109a42d717aea41ea7ffd7a3193208711e77 (diff)
downloadmsgpack-python-b9bca2a19fc6519296bcda2c6af5f82cc744e005.tar.gz
bump to 0.16
-rw-r--r--perl/Changes5
-rw-r--r--perl/lib/Data/MessagePack.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/perl/Changes b/perl/Changes
index 189990a..448130b 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.16
+
+ - tests on 64bit machines with -Duselongdouble
+ (reported by andk)
+
0.15
- better argument validation.
diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm
index 276353a..94f28c1 100644
--- a/perl/lib/Data/MessagePack.pm
+++ b/perl/lib/Data/MessagePack.pm
@@ -4,7 +4,7 @@ use warnings;
use XSLoader;
use 5.008001;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
our $PreferInteger = 0;
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };