diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-17 21:35:26 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-17 21:35:26 +0200 |
commit | 9ad6ae80862e75b24d777200040430c784d58bd8 (patch) | |
tree | 09bd4093790f3fb5888cdcfd898be6fd763b690e /pyLoadCore.py | |
parent | FileserveCom (diff) | |
parent | new config getter+setter in plugin (diff) | |
download | pyload-9ad6ae80862e75b24d777200040430c784d58bd8.tar.xz |
merge
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 1c21397e5..d39c919dc 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -20,7 +20,7 @@ @author: mkaay @version: v0.4.0 """ -CURRENT_VERSION = '0.4.0' +CURRENT_VERSION = '0.4.1-dev' from getopt import GetoptError from getopt import getopt |