This commit is contained in:
Tom Keffer
2011-03-30 22:31:07 +00:00
parent 73db96695a
commit ee8162edd7
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"""
import time
__version__="1.10.0"
__version__="1.10.1"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -29,7 +29,7 @@ debug = 0
socket_timeout = 20
# Current version
version = 1.10.0
version = 1.10.1
############################################################################################