mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Update LM_VERSION for the 3.6.0 release
This commit is contained in:
@@ -38,7 +38,7 @@ foreach ('/usr/sbin', '/usr/local/sbin', '/sbin') {
|
||||
#########################
|
||||
|
||||
use constant NO_CACHE => 1;
|
||||
use constant LM_VERSION => '3.5.0+git';
|
||||
use constant LM_VERSION => '3.6.0';
|
||||
use vars qw(@pci_adapters @chip_ids @ipmi_ifs @non_hwmon_chip_ids
|
||||
$i2c_addresses_to_scan @i2c_byte_cache %opt);
|
||||
|
||||
|
@@ -29,7 +29,7 @@
|
||||
#
|
||||
#
|
||||
|
||||
LM_VERSION='3.5.0+git'
|
||||
LM_VERSION='3.6.0'
|
||||
PIDFILE="/var/run/fancontrol.pid"
|
||||
|
||||
if [ -f "$PIDFILE" ]
|
||||
|
Reference in New Issue
Block a user