From 10c16a485a333bc472989877d61684149982b573 Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Thu, 10 Mar 2016 12:31:03 +0000 Subject: [PATCH] Version 1.2.2 --- check_scsi_smart.cc | 2 +- debian/changelog | 6 ++++++ nagios-plugin-check-scsi-smart.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/check_scsi_smart.cc b/check_scsi_smart.cc index 8e5b428..a3b9182 100644 --- a/check_scsi_smart.cc +++ b/check_scsi_smart.cc @@ -53,7 +53,7 @@ using namespace std; const char* const BINARY = "check_scsi_smart"; -const char* const VERSION = "1.2.1"; +const char* const VERSION = "1.2.2"; // Nagios return codes const int NAGIOS_OK = 0; diff --git a/debian/changelog b/debian/changelog index 81a65e0..fe677f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nagios-plugin-check-scsi-smart (1.2.2) UNRELEASED; urgency=medium + + * Version 1.2.2 + + -- Simon Murray Thu, 10 Mar 2016 12:31:00 +0000 + nagios-plugin-check-scsi-smart (1.2.1) UNRELEASED; urgency=medium * Version 1.2.1 diff --git a/nagios-plugin-check-scsi-smart.spec b/nagios-plugin-check-scsi-smart.spec index c5f756c..8c8786c 100644 --- a/nagios-plugin-check-scsi-smart.spec +++ b/nagios-plugin-check-scsi-smart.spec @@ -1,5 +1,5 @@ Name: nagios-plugin-check-scsi-smart -Version: 1.2.1 +Version: 1.2.2 Release: 1 License: GPLv3 Summary: Nagios plugin to perform SMART checks on SATA devices on SCSI buses