This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump perl5db.pl $VERSION to 1.61
authorTony Cook <tony@develop-help.com>
Tue, 22 Jun 2021 05:41:57 +0000 (15:41 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 22 Jun 2021 05:41:57 +0000 (15:41 +1000)
lib/perl5db.pl

index 5272b81..2c61d6e 100644 (file)
@@ -531,7 +531,7 @@ BEGIN {
 use vars qw($VERSION $header);
 
 # bump to X.XX in blead, only use X.XX_XX in maint
-$VERSION = '1.60';
+$VERSION = '1.61';
 
 $header = "perl5db.pl version $VERSION";