Bump version numbers
authorKarl Williamson <public@khwilliamson.com>
Thu, 20 Feb 2014 17:23:23 +0000 (10:23 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 20 Feb 2014 18:47:05 +0000 (11:47 -0700)
These four core-only modules are about to be changed so that they call
av_tindex instead of av_len.  There's no chance that any of the version
numbers will need to be reverted, as we think that bumping a single-life
module's version is harmless.

ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
ext/XS-APItest/APItest.pm
ext/XS-Typemap/Typemap.pm
ext/mro/mro.pm

index ca12e20..2441491 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Scalar::Util qw( reftype);
 
-our $VERSION = '1.14';
+our $VERSION = '1.15';
 
 require Exporter;
 our @ISA = qw(Exporter);
index e454b01..8c72b35 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.59';
+our $VERSION = '0.60';
 
 require XSLoader;
 
index 583726a..de3319b 100644 (file)
@@ -36,7 +36,7 @@ require XSLoader;
 
 use vars qw/ $VERSION @EXPORT /;
 
-$VERSION = '0.12';
+$VERSION = '0.13';
 
 @EXPORT = (qw/
           T_SV
index f2b95d5..1dddd61 100644 (file)
@@ -12,7 +12,7 @@ use warnings;
 
 # mro.pm versions < 1.00 reserved for MRO::Compat
 #  for partial back-compat to 5.[68].x
-our $VERSION = '1.15';
+our $VERSION = '1.16';
 
 sub import {
     mro::set_mro(scalar(caller), $_[1]) if $_[1];