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

Commit

Permalink
Merge pull request #70 in CWMP/cwmp-xml-tools from ~KLAUS.WICH_HUAWEI…
Browse files Browse the repository at this point in the history
….COM/cwmp-xml-tools:feature/DMR-Report-423-release to develop

* commit 'e193f005e9c422f485f324c666225948d799d5a8':
  Update date
  Increment release number and date (report.pl#423)
  • Loading branch information
Klaus Wich committed May 20, 2019
2 parents 4a353d0 + e193f00 commit 4315a1b
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 @@ -178,12 +178,12 @@
use utf8;

# update the date (yyyy-mm-dd) each time the report tool is changed
my $tool_vers_date = q{2019-01-14};
my $tool_vers_date = q{2019-05-20};

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

# use the existence of a trailing "-" or "+" on the version to determine
# whether this is an interim version (between releases)
Expand Down

0 comments on commit 4315a1b

Please sign in to comment.