summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-07-26 11:37:34 +1000
committerTony Cook <tony@develop-help.com>2016-07-26 15:36:32 +1000
commitdcfbcce2b273096853629671e1e3a9c34c7ac7c8 (patch)
treef9dee2b9a819ce74faf447d9b1bb89373767da75 /lib
parentdb79bf92c5e2c1063f78663fd03bcb0965c558e3 (diff)
downloadperl-dcfbcce2b273096853629671e1e3a9c34c7ac7c8.tar.gz
bump perl5db.pl's $VERSION
Add a note about version numbering, since if we use X.XX_XX versions in blead it's harder to find an unused version number if the module is modified in maint.
Diffstat (limited to 'lib')
-rw-r--r--lib/perl5db.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 99566a71d5..07ee636c58 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -528,7 +528,8 @@ BEGIN {
# Debugger for Perl 5.00x; perl5db.pl patch level:
use vars qw($VERSION $header);
-$VERSION = '1.49_04';
+# bump to X.XX in blead, only use X.XX_XX in maint
+$VERSION = '1.50';
$header = "perl5db.pl version $VERSION";