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

Commit

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

Squashed commit of the following:

commit 4fbbdc5067b13b1c2586ea5fc12b6612bfce7050
Author: William Lupton <wlupton@users.noreply.github.com>
Date:   Wed Jun 14 17:46:34 2023 +0100

    DMR-294: Release report.pl#429
  • Loading branch information
wlupton authored and therealprof committed Jun 27, 2023
1 parent bda8606 commit 4dcc12b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Report_Tool/report.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2011-2012 Pace Plc
# Copyright (C) 2012-2014 Cisco Systems
# Copyright (C) 2015-2022 Broadband Forum
# Copyright (C) 2015-2023 Broadband Forum
# All Rights Reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -179,12 +179,12 @@
use utf8;

# update the date (yyyy-mm-dd) each time the report tool is changed
my $tool_version_date = q{2022-01-07};
my $tool_version_date = q{2023-06-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{428+};
my $tool_version_number = q{429};

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

0 comments on commit 4dcc12b

Please sign in to comment.