2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 15:25:38 +00:00

Update LM_VERSION for the 3.6.0 release

This commit is contained in:
Ondřej Lysoněk
2019-10-17 17:43:18 +02:00
parent a96549f03d
commit 1667b850a1
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ foreach ('/usr/sbin', '/usr/local/sbin', '/sbin') {
######################### #########################
use constant NO_CACHE => 1; 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 use vars qw(@pci_adapters @chip_ids @ipmi_ifs @non_hwmon_chip_ids
$i2c_addresses_to_scan @i2c_byte_cache %opt); $i2c_addresses_to_scan @i2c_byte_cache %opt);

View File

@@ -29,7 +29,7 @@
# #
# #
LM_VERSION='3.5.0+git' LM_VERSION='3.6.0'
PIDFILE="/var/run/fancontrol.pid" PIDFILE="/var/run/fancontrol.pid"
if [ -f "$PIDFILE" ] if [ -f "$PIDFILE" ]

View File

@@ -1 +1 @@
#define LM_VERSION "3.5.0+git" #define LM_VERSION "3.6.0"