Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Pull request #162: DMR-234: Close off report.pl#428
Browse files Browse the repository at this point in the history
Merge in CWMP/cwmp-xml-tools from wlupton/feature/DMR-234-close-off-report-pl-438 to develop

* commit '309a03a54f841c5265104d4242a17beb4cb4256e':
  DMR-234: Close off report.pl#428
  • Loading branch information
wlupton committed Jan 7, 2022
2 parents c0bbbcc + 309a03a commit ff6c49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Report_Tool/report.pl
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@
use utf8;

# update the date (yyyy-mm-dd) each time the report tool is changed
my $tool_version_date = q{2021-12-14};
my $tool_version_date = q{2022-01-07};

# update the version number when making a new release
# a "+" after the version number indicates an interim version
# (e.g. "422+" means v422 + changes, and "423" means v423)
my $tool_version_number = q{427+};
my $tool_version_number = q{428};

# tool name and version is conventionally reported as "name#version"
my $tool_name = q{report.pl};
Expand Down

0 comments on commit ff6c49a

Please sign in to comment.