From 1f3364993cfce318858eb40b6c81191978a78374 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 27 Nov 2010 00:38:26 +0100 Subject: pyLoad 0.4.3 --- module/gui/connector.py | 2 +- 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 -- cgit v1.2.3