diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-08 20:30:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-08 20:30:13 +0200 |
commit | a716a1e74c100df534d1c21f92afe1c752e71aa0 (patch) | |
tree | aaddf3647d4b6b0d65d247aa8e86f65fb3b7d663 /pyLoadCore.py | |
parent | only one chunk for uploaded.to (diff) | |
download | pyload-a716a1e74c100df534d1c21f92afe1c752e71aa0.tar.xz |
pyLoad 0.4.7v0.4.7
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 7fcfc0f7a..3998fdd6a 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -18,9 +18,9 @@ @author: sebnapi @author: RaNaN @author: mkaay - @version: v0.4.6 + @version: v0.4.7 """ -CURRENT_VERSION = '0.4.6-dev' +CURRENT_VERSION = '0.4.7' import __builtin__ |