diff options
| author | tokuhirom <tokuhirom@gmail.com> | 2010-09-05 16:17:19 +0900 |
|---|---|---|
| committer | tokuhirom <tokuhirom@gmail.com> | 2010-09-05 16:17:19 +0900 |
| commit | b9bca2a19fc6519296bcda2c6af5f82cc744e005 (patch) | |
| tree | cbd8a65773bf694df08d6317ac297dc5b997ddb2 | |
| parent | 1fe4109a42d717aea41ea7ffd7a3193208711e77 (diff) | |
| download | msgpack-python-b9bca2a19fc6519296bcda2c6af5f82cc744e005.tar.gz | |
bump to 0.16
| -rw-r--r-- | perl/Changes | 5 | ||||
| -rw-r--r-- | perl/lib/Data/MessagePack.pm | 2 |
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" }; |
