Skip to content

Commit

Permalink
NMIS rev versions to 9.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
James Greenwood committed Feb 22, 2023
1 parent f2c61a1 commit f3e5f17
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion admin/import_nodes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# *****************************************************************************
# a command-line node import tool for NMIS 9
use strict;
our $VERSION = "9.4.1";
our $VERSION = "9.4.3";

if (@ARGV == 1 && $ARGV[0] eq "--version")
{
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/network.pl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

use FindBin;
use lib "$FindBin::Bin/../lib";
our $VERSION = "9.4.1";
our $VERSION = "9.4.3";

use strict;
use URI::Escape;
Expand Down
2 changes: 1 addition & 1 deletion lib/Compat/NMIS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
package Compat::NMIS;
use strict;

our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use Time::ParseDate;
use Time::Local;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# or directly via the object
package NMISNG;

our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use strict;
use Data::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/CSV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# *****************************************************************************
package NMISNG::CSV;
our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use strict;
use Text::CSV;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
package NMISNG::DB;
use strict;

our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use Data::Dumper;
use JSON::XS;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/Event.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use Data::Dumper;
use Test::Deep::NoTest;
use Time::HiRes;

our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

# Allow testing of proposed fix for Event Load():
# intent of t_event.pl and t_notify.pl tests shows "Node Up" and "Node Down" must include finding in "Event Previous"
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/ModelData.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
package NMISNG::ModelData;
use strict;

our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use Scalar::Util; # for weaken
use Data::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/NetworkStatus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Allows reuse DB connection and nmisng
# Not the same purpose as nmisng
package NMISNG::NetworkStatus;
our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use strict;
use Data::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/Node.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# note: every node must have a UUID, this object will not divine one for you

package NMISNG::Node;
our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use strict;

Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/Outage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#
package NMISNG::Outage;

our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use strict;
use UUID::Tiny (qw(:std));
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#
# Utility package for various reusable general-purpose functions
package NMISNG::Util;
our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use strict;
use feature 'state'; # loadconftable, uuid functions
Expand Down
2 changes: 1 addition & 1 deletion lib/NMISNG/rrdfunc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# *****************************************************************************
package NMISNG::rrdfunc;

our $VERSION = "9.4.2";
our $VERSION = "9.4.3";

use strict;
use feature 'state';
Expand Down

0 comments on commit f3e5f17

Please sign in to comment.