diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-15 20:30:28 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-15 20:30:28 +0200 |
commit | b58cccfcef85ec5b7f042a7a4b7e2ea978ac6126 (patch) | |
tree | bbc7221ec27d1ea285e00bdfbbbcec7960acd59f /pyLoadCore.py | |
parent | fixes some encoding issues (diff) | |
download | pyload-b58cccfcef85ec5b7f042a7a4b7e2ea978ac6126.tar.xz |
pyLoad 0.4.6
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 08ae526d2..cc77ac88e 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -18,9 +18,9 @@ @author: sebnapi @author: RaNaN @author: mkaay - @version: v0.4.5 + @version: v0.4.6 """ -CURRENT_VERSION = '0.4.5' +CURRENT_VERSION = '0.4.6' import __builtin__ |