diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-04 14:20:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-04 14:20:03 +0200 |
commit | 3e5c3c4b820f7c7cb7104c186f5c31d388e4d1b4 (patch) | |
tree | b9bc58dc0575775575eee9b436a7ca01672732ee /module/gui | |
parent | updated translations + dutch (diff) | |
download | pyload-3e5c3c4b820f7c7cb7104c186f5c31d388e4d1b4.tar.xz |
pyLoad 0.4.8v0.4.8
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 74d791776..129d26a50 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@ @author: mkaay """ -SERVER_VERSION = "0.4.7" +SERVER_VERSION = "0.4.8" from time import sleep from uuid import uuid4 as uuid |