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

Commit

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

* commit '0048412af58ec8000c08ec9759ca30269429b163':
  DMR-230: Close off report.pl#427
  • Loading branch information
wlupton committed Dec 16, 2021
2 parents ba3aa76 + 0048412 commit 5089b90
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{2020-10-21};
my $tool_version_date = q{2021-12-14};

# 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{426+};
my $tool_version_number = q{427};

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

0 comments on commit 5089b90

Please sign in to comment.