diff --git a/admin/import_nodes.pl b/admin/import_nodes.pl index b24edd12..0e098d4c 100755 --- a/admin/import_nodes.pl +++ b/admin/import_nodes.pl @@ -29,7 +29,7 @@ # ***************************************************************************** # a command-line node import tool for NMIS 9 use strict; -our $VERSION = "9.1.0"; +our $VERSION = "9.4.0"; if (@ARGV == 1 && $ARGV[0] eq "--version") { diff --git a/admin/node_admin.pl b/admin/node_admin.pl index bcc2bfe1..0401fadd 100755 --- a/admin/node_admin.pl +++ b/admin/node_admin.pl @@ -30,7 +30,7 @@ # # a command-line node administration tool for NMIS 9 use strict; -our $VERSION = "9.1.1"; +our $VERSION = "9.4.0"; if (@ARGV == 1 && $ARGV[0] eq "--version") { diff --git a/cgi-bin/network.pl b/cgi-bin/network.pl index 72b661c6..e15bdd82 100755 --- a/cgi-bin/network.pl +++ b/cgi-bin/network.pl @@ -30,7 +30,7 @@ use FindBin; use lib "$FindBin::Bin/../lib"; -our $VERSION = "9.0.5"; +our $VERSION = "9.4.0"; use strict; use URI::Escape; diff --git a/lib/NMISNG/CSV.pm b/lib/NMISNG/CSV.pm index e9f14a1b..5fc6a546 100644 --- a/lib/NMISNG/CSV.pm +++ b/lib/NMISNG/CSV.pm @@ -27,7 +27,7 @@ # # ***************************************************************************** package NMISNG::CSV; -our $VERSION = "9.3.1"; +our $VERSION = "9.4.0"; use strict; use Text::CSV; diff --git a/lib/NMISNG/DB.pm b/lib/NMISNG/DB.pm index e95ea9e7..185482b7 100644 --- a/lib/NMISNG/DB.pm +++ b/lib/NMISNG/DB.pm @@ -33,7 +33,7 @@ package NMISNG::DB; use strict; -our $VERSION = "9.3.1"; +our $VERSION = "9.4.0"; use Data::Dumper; use JSON::XS; diff --git a/lib/NMISNG/Event.pm b/lib/NMISNG/Event.pm index c4f5eaa6..c8851b8e 100644 --- a/lib/NMISNG/Event.pm +++ b/lib/NMISNG/Event.pm @@ -39,7 +39,7 @@ use Data::Dumper; use Test::Deep::NoTest; use Time::HiRes; -our $VERSION = "9.3.1"; +our $VERSION = "9.4.0"; # 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" diff --git a/lib/NMISNG/ModelData.pm b/lib/NMISNG/ModelData.pm index a73b03c6..5240bef2 100644 --- a/lib/NMISNG/ModelData.pm +++ b/lib/NMISNG/ModelData.pm @@ -32,7 +32,7 @@ package NMISNG::ModelData; use strict; -our $VERSION = "9.3.1"; +our $VERSION = "9.4.0"; use Scalar::Util; # for weaken use Data::Dumper; diff --git a/lib/NMISNG/NetworkStatus.pm b/lib/NMISNG/NetworkStatus.pm index ea1be0a1..96cd8950 100644 --- a/lib/NMISNG/NetworkStatus.pm +++ b/lib/NMISNG/NetworkStatus.pm @@ -31,7 +31,7 @@ # Allows reuse DB connection and nmisng # Not the same purpose as nmisng package NMISNG::NetworkStatus; -our $VERSION = "9.3.1"; +our $VERSION = "9.4.0"; use strict; use Data::Dumper; diff --git a/lib/NMISNG/Node.pm b/lib/NMISNG/Node.pm index 8b4ce1fc..1abec02e 100644 --- a/lib/NMISNG/Node.pm +++ b/lib/NMISNG/Node.pm @@ -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.3.1"; +our $VERSION = "9.4.0"; use strict; diff --git a/lib/NMISNG/Outage.pm b/lib/NMISNG/Outage.pm index 472f847c..759b1a63 100644 --- a/lib/NMISNG/Outage.pm +++ b/lib/NMISNG/Outage.pm @@ -32,7 +32,7 @@ # package NMISNG::Outage; -our $VERSION = "9.3.1"; +our $VERSION = "9.4.0"; use strict; use UUID::Tiny (qw(:std)); diff --git a/lib/NMISNG/Util.pm b/lib/NMISNG/Util.pm index e5f79b82..d1f120b8 100644 --- a/lib/NMISNG/Util.pm +++ b/lib/NMISNG/Util.pm @@ -29,7 +29,7 @@ # # Utility package for various reusable general-purpose functions package NMISNG::Util; -our $VERSION = "9.3.1"; +our $VERSION = "9.4.0"; use strict; use feature 'state'; # loadconftable, uuid functions diff --git a/lib/NMISNG/rrdfunc.pm b/lib/NMISNG/rrdfunc.pm index 9239acbe..6c4e8b88 100644 --- a/lib/NMISNG/rrdfunc.pm +++ b/lib/NMISNG/rrdfunc.pm @@ -28,7 +28,7 @@ # ***************************************************************************** package NMISNG::rrdfunc; -our $VERSION = "9.3.1"; +our $VERSION = "9.4.0"; use strict; use feature 'state';