Skip to content

Commit

Permalink
Revised version
Browse files Browse the repository at this point in the history
Changed version from 01.01.06 to 01.02.00 to release
  • Loading branch information
viharm committed Jun 8, 2015
1 parent 7c8d1d2 commit f623a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hddtempnc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python

# HDDtempNC
# Version 01.01.06
# Version 01.02.00
# Date: 2015-02-15

# Program to provide numeric string output of HDD temperature using netcat,
Expand Down Expand Up @@ -268,4 +268,4 @@ def main ( ag__ArgList ) :
return ss__ExitStatus

if __name__ == "__main__" :
sys.exit ( main ( sys.argv [ 1: ] ) )
sys.exit ( main ( sys.argv [ 1: ] ) )

0 comments on commit f623a9e

Please sign in to comment.