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 /pyLoadCore.py | |
parent | more fixes (diff) | |
download | pyload-1f3364993cfce318858eb40b6c81191978a78374.tar.xz |
pyLoad 0.4.3v0.4.3
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |