summaryrefslogtreecommitdiff
path: root/prog/pwm/pwmconfig
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2019-10-17 16:18:23 +0200
committerOndřej Lysoněk <olysonek@redhat.com>2019-10-17 16:18:23 +0200
commitf1e1a7607caa96bda67920f76c795d1dc7d9a10c (patch)
treea62b0642bd31c9a3386dbc25b8dd5526b725245f /prog/pwm/pwmconfig
parent5c900c7e851cc1f0de81772432e37a54e9833f89 (diff)
downloadlm-sensors-git-f1e1a7607caa96bda67920f76c795d1dc7d9a10c.tar.gz
Rename LM_SENSORS_VER to LM_VERSION
Rename LM_SENSORS_VER to LM_VERSION to match the version constant in version.h. Also, use the "+git" suffix in the version as we are between releases.
Diffstat (limited to 'prog/pwm/pwmconfig')
-rwxr-xr-xprog/pwm/pwmconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/prog/pwm/pwmconfig b/prog/pwm/pwmconfig
index 68ac6f79..3ecdca5b 100755
--- a/prog/pwm/pwmconfig
+++ b/prog/pwm/pwmconfig
@@ -29,7 +29,7 @@
#
#
-LM_SENSORS_VER='3.5.0'
+LM_VERSION='3.5.0+git'
PIDFILE="/var/run/fancontrol.pid"
if [ -f "$PIDFILE" ]
@@ -47,7 +47,7 @@ then
exit 1
fi
-echo "# pwmconfig version $LM_SENSORS_VER"
+echo "# pwmconfig version $LM_VERSION"
echo 'This program will search your sensors for pulse width modulation (pwm)'
echo 'controls, and test each one to see if it controls a fan on'
echo 'your motherboard. Note that many motherboards do not have pwm'