check_cpu.pl
changeset 1 9df9a8615b9f
parent 0 a5f5e3961230
--- a/check_cpu.pl	Fri Oct 14 16:57:39 2011 +0200
+++ b/check_cpu.pl	Mon Oct 17 09:21:30 2011 +0200
@@ -10,7 +10,7 @@
 $ENV{LANG} = "C";
 
 my $ME      = basename $0;
-my $VERSION = "0.1";
+my $VERSION = "0.2";
 my $mpstat  = "/usr/bin/mpstat";
 
 sub version($$);
@@ -263,7 +263,7 @@
 
 =head1 VERSION
 
-This man page is current for version 0.1 of check_cpu.
+This man page is current for version 0.2 of check_cpu.
 
 =head1 AUTHOR