diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-06 19:54:46 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-06 19:54:46 +0200 |
commit | 41c26097b627cfaa15dcaa473d4300e5d0ec268d (patch) | |
tree | ac37ad877be45ee36057b43bde58580023360caa /module/gui | |
parent | recheck fix, account update fix (diff) | |
download | pyload-41c26097b627cfaa15dcaa473d4300e5d0ec268d.tar.xz |
final fixesv0.4.1
Diffstat (limited to 'module/gui')
-rw-r--r-- | module/gui/connector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/gui/connector.py b/module/gui/connector.py index 2554f4ced..5a375f459 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@ @author: mkaay """ -SERVER_VERSION = "0.4.1-dev" +SERVER_VERSION = "0.4.1" from time import sleep from uuid import uuid4 as uuid |