From: Karen Etheridge Date: Sun, 11 Sep 2016 00:33:43 +0000 (-0700) Subject: increment $VERSION after 0.20 release X-Git-Tag: v0.21~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7fa1d2bb04d51abd31a9a724ccdc517adec16d9b;hp=4a3201daca5022e50a4ce0ab36016a5a7ed76c96;p=p5sagit%2FSub-Name.git increment $VERSION after 0.20 release --- diff --git a/Changes b/Changes index 527a954..df379b3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Sub-Name +{{$NEXT}} + 0.20 2016-09-11 00:33:10Z (TRIAL RELEASE) - fix occasional segmentation fault on OpenBSD when malloc randomization causes nameptr to be at the beginning of the page (RT#117072, Alexander diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index f720183..844357d 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.20'; +our $VERSION = '0.21'; use Exporter 5.57 'import';