Selaa lähdekoodia

Bumped version number for new version cpan testing

Paul Trost 8 vuotta sitten
vanhempi
commit
9841e214e5
3 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      INSTALL
  2. BIN
      dist/Disk-SMART-0.15.1.tar.gz
  3. 1 1
      lib/Disk/SMART.pm

+ 1 - 1
INSTALL

@@ -33,7 +33,7 @@ You can also look for information at:
 
 LICENSE AND COPYRIGHT
 
-Copyright 2014 Paul Trost
+Copyright 2015 Paul Trost
 This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2, or at your option any later version.
 <http://gnu.org/licenses/gpl.html>
 

BIN
dist/Disk-SMART-0.15.1.tar.gz


+ 1 - 1
lib/Disk/SMART.pm

@@ -8,7 +8,7 @@ use Math::Round;
 use File::Which;
 
 {
-    $Disk::SMART::VERSION = '0.15'
+    $Disk::SMART::VERSION = '0.15.1'
 }
 
 our $smartctl = which('smartctl');