From b8c6123359f19f8a3d81fecae36b463cecf13435 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 17 Nov 2018 12:33:54 -0800 Subject: [PATCH] bumped version to 20181117.01 --- bin/perltidy | 2 +- dev-bin/build.pl | 2 +- lib/Perl/Tidy.pm | 2 +- lib/Perl/Tidy.pod | 2 +- local-docs/ChangeLog.pod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/perltidy b/bin/perltidy index b562145d..a8b8187f 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -3461,7 +3461,7 @@ perlstyle(1), Perl::Tidy(3) =head1 VERSION -This man page documents perltidy version 20181117 +This man page documents perltidy version 20181117.01 =head1 BUG REPORTS diff --git a/dev-bin/build.pl b/dev-bin/build.pl index 88fc2b7a..507910dc 100755 --- a/dev-bin/build.pl +++ b/dev-bin/build.pl @@ -340,7 +340,7 @@ q nothing; return to Main Menu EOM my $ans = queryu(":"); - if ( $ans eq 'IV' ) { + if ( $ans eq 'BV' ) { my $new_VERSION = get_new_development_version($reported_VERSION); next if ( $new_VERSION == $reported_VERSION ); if ( ifyes("New version will be: '$new_VERSION'. OK? [Y/N]") ) { diff --git a/lib/Perl/Tidy.pm b/lib/Perl/Tidy.pm index 6993cf4e..ae7ed246 100644 --- a/lib/Perl/Tidy.pm +++ b/lib/Perl/Tidy.pm @@ -109,7 +109,7 @@ BEGIN { # Release version must be bumped, and it is probably past time for a # release anyway. - $VERSION = '20181117'; + $VERSION = '20181117.01'; } sub streamhandle { diff --git a/lib/Perl/Tidy.pod b/lib/Perl/Tidy.pod index 4929185e..f763e229 100644 --- a/lib/Perl/Tidy.pod +++ b/lib/Perl/Tidy.pod @@ -410,7 +410,7 @@ C in Tidy.pm. =head1 VERSION -This man page documents Perl::Tidy version 20181117 +This man page documents Perl::Tidy version 20181117.01 =head1 LICENSE diff --git a/local-docs/ChangeLog.pod b/local-docs/ChangeLog.pod index 8733a216..9fc86272 100644 --- a/local-docs/ChangeLog.pod +++ b/local-docs/ChangeLog.pod @@ -1,6 +1,6 @@ =head1 Perltidy Change Log -=head2 2018 11 17 +=head2 2018 11 17.01 - Fixed RT #126965, in which a ternary operator was misparsed if immediately -- 2.39.5