diff options
| author | tokuhirom <tokuhirom@gmail.com> | 2010-09-20 09:54:25 +0900 |
|---|---|---|
| committer | tokuhirom <tokuhirom@gmail.com> | 2010-09-20 09:54:25 +0900 |
| commit | 978bb5059f544b44cb277e0408103ca4a0c27d47 (patch) | |
| tree | ad284e59ecf96950ad0354f53f4f7a487cb98d14 /perl/lib | |
| parent | f59178bc3369f43c3c63f02823bd01c1d4f8314a (diff) | |
| download | msgpack-python-978bb5059f544b44cb277e0408103ca4a0c27d47.tar.gz | |
Checking in changes prior to tagging of version 0.25.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index d338cf8..3d455cb 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.25
+
+ (NO FEATURE CHANGES)
+ - oops. I failed releng.
0.24
- Fixed a lot of streaming unpacking issues (tokuhirom, gfx)
Diffstat (limited to 'perl/lib')
| -rw-r--r-- | perl/lib/Data/MessagePack.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm index 5990bdb..2cbbe79 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.24'; +our $VERSION = '0.25'; our $PreferInteger = 0; sub true () { |
