diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-17 21:34:49 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-17 21:34:49 +0200 |
commit | 15abc2d1c53190891a03155e24f5cd0d7cac8ff7 (patch) | |
tree | 541524afc9bfb6c365d5aa47372808fe793c4cd7 /pyLoadCore.py | |
parent | pyLoad 0.4 (diff) | |
download | pyload-15abc2d1c53190891a03155e24f5cd0d7cac8ff7.tar.xz |
new config getter+setter in plugin
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 |