[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1922] Nagios-Plugin/trunk/lib/Nagios

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Fri Feb 1 10:32:18 CET 2008


Revision: 1922
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1922&view=rev
Author:   tonvoon
Date:     2008-02-01 01:32:17 -0800 (Fri, 01 Feb 2008)

Log Message:
-----------
Version bump to 0.24

Modified Paths:
--------------
    Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm
    Nagios-Plugin/trunk/lib/Nagios/Plugin.pm

Modified: Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm
===================================================================
--- Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm	2008-02-01 09:30:43 UTC (rev 1921)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm	2008-02-01 09:32:17 UTC (rev 1922)
@@ -12,7 +12,7 @@
 use Math::Calc::Units;
 
 # Remember to update Nagios::Plugins as well
-our $VERSION = "0.23";
+our $VERSION = "0.24";
 
 our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT);
 

Modified: Nagios-Plugin/trunk/lib/Nagios/Plugin.pm
===================================================================
--- Nagios-Plugin/trunk/lib/Nagios/Plugin.pm	2008-02-01 09:30:43 UTC (rev 1921)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin.pm	2008-02-01 09:32:17 UTC (rev 1922)
@@ -25,8 +25,7 @@
 # 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.23";
-# our $VERSION = $Nagios::Plugin::Functions::VERSION;
+our $VERSION = "0.24";
 
 sub new {
 	my $class = shift;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list