From: Karen Etheridge Date: Sat, 21 Apr 2018 14:39:19 +0000 (+0200) Subject: increment $VERSION after 0.25 release X-Git-Tag: v0.26~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26a06b1beb8948543b0e0b485f15e4e764ef9a75;p=p5sagit%2FSub-Name.git increment $VERSION after 0.25 release --- diff --git a/Changes b/Changes index 6b3d724..76265ee 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Sub-Name +{{$NEXT}} + 0.25 2018-04-21 14:38:45Z (TRIAL RELEASE) - fix "Undefined symbol "DPPP_my_croak_xs_usage"" error on some perls (RT#125158) diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index c59e924..22f1781 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -54,7 +54,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.25'; +our $VERSION = '0.26'; use Exporter (); *import = \&Exporter::import;