diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-25 14:33:56 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-25 14:33:56 +0200 |
commit | 9d8074cceff1f1a9137ec986ed132c889ebb86a2 (patch) | |
tree | 21083aabbfc9e5a418a830c7496a60f74dedbd1e /module/gui | |
parent | Removed tag v0.4.2 (diff) | |
download | pyload-9d8074cceff1f1a9137ec986ed132c889ebb86a2.tar.xz |
new version stringsv0.4.2
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 5a375f459..485578bbe 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@ @author: mkaay """ -SERVER_VERSION = "0.4.1" +SERVER_VERSION = "0.4.2" from time import sleep from uuid import uuid4 as uuid |