Skip to content

Commit

Permalink
Bouncing to version 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty committed May 5, 2014
1 parent df2d7bb commit ce5956a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion check_smart.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
# Mar 19, 2014: Claudio Kuenzler - bugfix in defect list perfdata (rev 4.2)
# Apr 22, 2014: Jerome Lauret - implemented -g to do a global lookup (rev 5.0)
# Apr 25, 2014: Claudio Kuenzler - cleanup, merge Jeromes code, perfdata output fix (rev 5.1)
# May 5, 2014: Caspar Smit - Fixed output bug in global check / issue #3 (rev 5.2)

use strict;
use Getopt::Long;

use File::Basename qw(basename);
my $basename = basename($0);

my $revision = '$Revision: 5.1 $';
my $revision = '$Revision: 5.2 $';

use FindBin;
use lib $FindBin::Bin;
Expand Down

0 comments on commit ce5956a

Please sign in to comment.