diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-12 17:29:06 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-12 17:29:06 +0200 |
commit | 4e7a86a189d7c16917b71b885e5b9f828589a0d4 (patch) | |
tree | 371fecba5e1f530c2dec751dc8cacdb35bfca16a /pyLoadCore.py | |
parent | fix typo (diff) | |
download | pyload-4e7a86a189d7c16917b71b885e5b9f828589a0d4.tar.xz |
changed version strings
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 561bf3466..b0196c3c5 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -20,7 +20,7 @@ @author: mkaay @version: v0.4.6 """ -CURRENT_VERSION = '0.4.6' +CURRENT_VERSION = '0.4.6-dev' import __builtin__ |