diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-27 00:38:26 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-27 00:38:26 +0100 |
commit | 1f3364993cfce318858eb40b6c81191978a78374 (patch) | |
tree | 8d27b6d7652e1462e2895061da101dffd7666869 | |
parent | more fixes (diff) | |
download | pyload-1f3364993cfce318858eb40b6c81191978a78374.tar.xz |
pyLoad 0.4.3v0.4.3
-rw-r--r-- | module/gui/connector.py | 2 | ||||
-rwxr-xr-x | pyLoadCore.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/module/gui/connector.py b/module/gui/connector.py index 8417b888e..14cf77ebb 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@ @author: mkaay """ -SERVER_VERSION = "0.4.2" +SERVER_VERSION = "0.4.3" from time import sleep from uuid import uuid4 as uuid diff --git a/pyLoadCore.py b/pyLoadCore.py index a926b876d..cee0271ae 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -18,9 +18,9 @@ @author: sebnapi @author: RaNaN @author: mkaay - @version: v0.4.2 + @version: v0.4.3 """ -CURRENT_VERSION = '0.4.2' +CURRENT_VERSION = '0.4.3' from getopt import GetoptError from getopt import getopt |