This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump $DB::VERSION for perl5db.pl to 1.55
[perl5.git] / lib / perl5db.pl
index 745b117..be2367c 100644 (file)
@@ -529,7 +529,7 @@ BEGIN {
 use vars qw($VERSION $header);
 
 # bump to X.XX in blead, only use X.XX_XX in maint
-$VERSION = '1.54';
+$VERSION = '1.55';
 
 $header = "perl5db.pl version $VERSION";