mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Checking in changes prior to tagging of version 0.16_01.
Changelog diff is:
This commit is contained in:
parent
209d8d058c
commit
8025895168
2 changed files with 3 additions and 1 deletions
|
|
@ -23,3 +23,5 @@
|
|||
\.o$
|
||||
\.bs$
|
||||
^Data-MessagePack-[0-9.]+/
|
||||
^\.testenv/test_pp.pl
|
||||
^ppport.h$
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ use strict;
|
|||
use warnings;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.16';
|
||||
our $VERSION = '0.16_01';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue