diff options
author | Tony Cook <tony@develop-help.com> | 2016-07-26 11:37:34 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-07-26 15:36:32 +1000 |
commit | dcfbcce2b273096853629671e1e3a9c34c7ac7c8 (patch) | |
tree | f9dee2b9a819ce74faf447d9b1bb89373767da75 | |
parent | db79bf92c5e2c1063f78663fd03bcb0965c558e3 (diff) | |
download | perl-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.
-rw-r--r-- | lib/perl5db.pl | 3 |
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"; |