summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2019-10-18 10:14:11 +0200
committerOndřej Lysoněk <olysonek@redhat.com>2019-10-18 10:14:11 +0200
commitc31efbbbabf96732f9a4ac084efd876b06f0e636 (patch)
treeaa4f378682543c06dfbce435f3c079042f0970f9
parent1667b850a1ce38151dae17156276f981be6fb557 (diff)
downloadlm-sensors-git-c31efbbbabf96732f9a4ac084efd876b06f0e636.tar.gz
Append the "+git" post-release marker to LM_VERSION
-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 32fd29f3..709a469f 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.6.0';
+use constant LM_VERSION => '3.6.0+git';
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 72a3f9f5..edcbde9e 100755
--- a/prog/pwm/pwmconfig
+++ b/prog/pwm/pwmconfig
@@ -29,7 +29,7 @@
#
#
-LM_VERSION='3.6.0'
+LM_VERSION='3.6.0+git'
PIDFILE="/var/run/fancontrol.pid"
if [ -f "$PIDFILE" ]
diff --git a/version.h b/version.h
index 294feda6..9dfb4abb 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define LM_VERSION "3.6.0"
+#define LM_VERSION "3.6.0+git"