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

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Thu Dec 13 10:02:29 CET 2007


Revision: 1869
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1869&view=rev
Author:   tonvoon
Date:     2007-12-13 01:02:29 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
Bump to version 0.22

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

Modified: Nagios-Plugin/trunk/Changes
===================================================================
--- Nagios-Plugin/trunk/Changes	2007-12-13 08:55:42 UTC (rev 1868)
+++ Nagios-Plugin/trunk/Changes	2007-12-13 09:02:29 UTC (rev 1869)
@@ -1,6 +1,6 @@
 Revision history for Perl module Nagios::Plugin.
 
-0.22  ??th ??? 200?
+0.22  13th December 2007
   - Fixed handling of repeated ini arguments
 
 0.21  24th September 2007

Modified: Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm
===================================================================
--- Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm	2007-12-13 08:55:42 UTC (rev 1868)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm	2007-12-13 09:02:29 UTC (rev 1869)
@@ -12,7 +12,7 @@
 use Math::Calc::Units;
 
 # Remember to update Nagios::Plugins as well
-our $VERSION = "0.21";
+our $VERSION = "0.22";
 
 our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT);
 

Modified: Nagios-Plugin/trunk/lib/Nagios/Plugin.pm
===================================================================
--- Nagios-Plugin/trunk/lib/Nagios/Plugin.pm	2007-12-13 08:55:42 UTC (rev 1868)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin.pm	2007-12-13 09:02:29 UTC (rev 1869)
@@ -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.21";
+our $VERSION = "0.22";
 # our $VERSION = $Nagios::Plugin::Functions::VERSION;
 
 sub new {


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