浏览代码

Bumped version number for new version cpan testing

Paul Trost 8 年之前
父节点
当前提交
9841e214e5
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      INSTALL
  2. 二进制
      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>
 

二进制
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');