Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Mar 10, 2016
1 parent a2aaa6e commit ac989c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check_scsi_smart.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
using namespace std;

const char* const BINARY = "check_scsi_smart";
const char* const VERSION = "1.2.0";
const char* const VERSION = "1.2.1";

// Nagios return codes
const int NAGIOS_OK = 0;
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nagios-plugin-check-scsi-smart (1.2.1) UNRELEASED; urgency=medium

* Version 1.2.1

-- Simon Murray <[email protected]> Thu, 10 Mar 2016 09:57:00 +0000

nagios-plugin-check-scsi-smart (1.2.0) UNRELEASED; urgency=medium

* Version 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion nagios-plugin-check-scsi-smart.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nagios-plugin-check-scsi-smart
Version: 1.2.0
Version: 1.2.1
Release: 1
License: GPLv3
Summary: Nagios plugin to perform SMART checks on SATA devices on SCSI buses
Expand Down

0 comments on commit ac989c2

Please sign in to comment.