Changed version to 0.8 and moved version history to HISTORY file

This commit is contained in:
2012-12-08 07:19:28 +01:00
parent 41d103ab22
commit f2acaea98b
2 changed files with 20 additions and 10 deletions

View File

@@ -27,18 +27,9 @@
# Latest version of check_temp can be found at the below URL: #
# https://bitbucket.org/jackbenny/check_temp #
# #
# Version 0.2: Line 103, fixed the missing "-n" option (Thanks to Chad who #
# pointed this out for me). Also added a "shopt -s extglob". (Thx to Chad) #
# Version 0.5: Line 168, fixed a typo (EXIT_UNKNOWN to STATE_UNKNOWN) #
# Version 0.7: #
# Line 193, modified sensor parsing to cut after the first '+' since all #
# positive temperatures are preceded by a '+' #
# Line 211, reduced "verbosity" needed to see verbose info (was 2: -v -v) #
# Line 229-232, now checks to see if no sensor data was found and #
# exits with STATE_UNKNOWN #
###############################################################################
VERSION="Version 0.7"
VERSION="Version 0.8"
AUTHOR="(c) 2011 Jack-Benny Persson (jack-benny@cyberinfo.se)"
# Sensor program