[Nagios-Plugin] Updated version numbers

Ton Voon tonvoon at users.sourceforge.net
Fri Dec 23 10:20:52 CET 2011


 Module: Nagios-Plugin
 Branch: master
 Commit: 9ce4c4c221ff9c5fe451aa9b927dc478e6feb9d9
 Author: Ton Voon <tonvoon at gmail.com>
   Date: Fri Dec 23 04:19:41 2011 -0500
    URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/Nagios-Plugin;a=commit;h=9ce4c4c

Updated version numbers

---

 lib/Nagios/Plugin.pm           |    2 +-
 lib/Nagios/Plugin/Functions.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm
index 8950477..d85d35a 100644
--- a/lib/Nagios/Plugin.pm
+++ b/lib/Nagios/Plugin.pm
@@ -26,7 +26,7 @@ our @EXPORT_OK = qw(%ERRORS %STATUS_TEXT);
 # CPAN stupidly won't index this module without a literal $VERSION here,
 #   so we're forced to duplicate it explicitly
 # Make sure you update $Nagios::Plugin::Functions::VERSION too
-our $VERSION = "0.35";
+our $VERSION = "0.36";
 
 sub new {
 	my $class = shift;
diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm
index 9c32b3b..14fe661 100644
--- a/lib/Nagios/Plugin/Functions.pm
+++ b/lib/Nagios/Plugin/Functions.pm
@@ -12,7 +12,7 @@ use Params::Validate qw(:types validate);
 use Math::Calc::Units;
 
 # Remember to update Nagios::Plugins as well
-our $VERSION = "0.35";
+our $VERSION = "0.36";
 
 our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT);
 





More information about the Commits mailing list