summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2019-10-17 17:43:18 +0200
committerOndřej Lysoněk <olysonek@redhat.com>2019-10-17 17:43:18 +0200
commit1667b850a1ce38151dae17156276f981be6fb557 (patch)
treea22a880c4f64d86d7b323cfa915442da42e9fb9d
parenta96549f03daca86ae906a55f6a380a99353b966d (diff)
downloadlm-sensors-git-1667b850a1ce38151dae17156276f981be6fb557.tar.gz
Update LM_VERSION for the 3.6.0 releaseV3-6-0
-rwxr-xr-xprog/detect/sensors-detect2
-rwxr-xr-xprog/pwm/pwmconfig2
-rw-r--r--version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 07df0fbe..32fd29f3 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -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);
diff --git a/prog/pwm/pwmconfig b/prog/pwm/pwmconfig
index 3ecdca5b..72a3f9f5 100755
--- a/prog/pwm/pwmconfig
+++ b/prog/pwm/pwmconfig
@@ -29,7 +29,7 @@
#
#
-LM_VERSION='3.5.0+git'
+LM_VERSION='3.6.0'
PIDFILE="/var/run/fancontrol.pid"
if [ -f "$PIDFILE" ]
diff --git a/version.h b/version.h
index 320e6c56..294feda6 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define LM_VERSION "3.5.0+git"
+#define LM_VERSION "3.6.0"