summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-03 00:10:42 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-03 00:10:42 +0000
commit38abb50b05751f931104cefe1205454f0d1c92a5 (patch)
tree4642d97d36abdcc6beab28b6bc8f303fc6410e1f /lib
parent922945c7e685be04a120014e2825aa64d3b06833 (diff)
downloadperl-38abb50b05751f931104cefe1205454f0d1c92a5.tar.gz
Bump version to 5.28.1, ahead of its impending release
(includes regen/opcode.pl)
Diffstat (limited to 'lib')
-rw-r--r--lib/B/Op_private.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm
index 27516a39c1..58953e1eee 100644
--- a/lib/B/Op_private.pm
+++ b/lib/B/Op_private.pm
@@ -118,7 +118,7 @@ package B::Op_private;
our %bits;
-our $VERSION = "5.028000";
+our $VERSION = "5.028001";
$bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv);
$bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);