diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-17 21:53:57 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-17 21:53:57 +0100 |
commit | 4e918edba6c3808b095eab1bad137a2a8cab970d (patch) | |
tree | 718dac3c4f048edff7711088f3ad23c7678a2378 /pyLoadCore.py | |
parent | improve share online (diff) | |
download | pyload-4e918edba6c3808b095eab1bad137a2a8cab970d.tar.xz |
updated plugin api and plugin manager
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 a9faad908..35e667d01 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -20,7 +20,7 @@ @author: mkaay @version: v0.4.9 """ -CURRENT_VERSION = '0.4.9' +CURRENT_VERSION = '0.4.9.9-dev' import __builtin__ |