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

Commit

Permalink
Pull request #215: DMR-426: Release report.pl#431
Browse files Browse the repository at this point in the history
Merge in CWMP/cwmp-xml-tools from wlupton/feature/DMR-426-release-version-431 to develop

Squashed commit of the following:

commit a02b5d6efd26d2f1b7e36c96b4c3bc979eb5c449
Author: William Lupton <[email protected]>
Date:   Thu Jul 18 10:13:01 2024 +0100

    DMR-426: Release report.pl#431
  • Loading branch information
wlupton authored and therealprof committed Jul 18, 2024
1 parent 58b8100 commit ea856e2
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 @@ -185,12 +185,12 @@
use utf8;

# update the date (yyyy-mm-dd) each time the report tool is changed
my $tool_version_date = q{2024-01-18};
my $tool_version_date = q{2024-07-23};

# 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{430};
my $tool_version_number = q{431};

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

0 comments on commit ea856e2

Please sign in to comment.