This commit is contained in:
Tom Keffer
2010-06-27 18:34:10 +00:00
parent 86a7e54072
commit fcc0256f05
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -29,7 +29,7 @@ debug = 1
socket_timeout = 20
# Current version
version = 1.9.0a4
version = 1.9.0a5
############################################################################################