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

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Fri Nov 21 02:40:47 CET 2008


Revision: 2090
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2090&view=rev
Author:   tonvoon
Date:     2008-11-21 01:40:47 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
Update with new version number

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-11-21 01:35:04 UTC (rev 2089)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm	2008-11-21 01:40:47 UTC (rev 2090)
@@ -12,7 +12,7 @@
 use Math::Calc::Units;
 
 # Remember to update Nagios::Plugins as well
-our $VERSION = "0.27";
+our $VERSION = "0.28";
 
 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-11-21 01:35:04 UTC (rev 2089)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin.pm	2008-11-21 01:40:47 UTC (rev 2090)
@@ -25,7 +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.27";
+our $VERSION = "0.28";
 
 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