increment $VERSION after 0.20 release
Karen Etheridge [Sun, 11 Sep 2016 00:33:43 +0000 (17:33 -0700)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index 527a954..df379b3 100644 (file)
--- 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
index f720183..844357d 100644 (file)
@@ -54,7 +54,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use Exporter 5.57 'import';