summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar stickell <l.stickell@yahoo.it> 2015-02-07 00:03:28 +0100
committerGravatar stickell <l.stickell@yahoo.it> 2015-02-07 00:03:28 +0100
commitd08c34cb6289ef55c6412d6129e343380f7f20d1 (patch)
treeef774f6983617293e5e456dc5d3490ee92966c98 /module
parentMerge pull request #1152 from immenz/dev_extract (diff)
downloadpyload-d08c34cb6289ef55c6412d6129e343380f7f20d1.tar.xz
[ExtractArchive] bump version number after #1152
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/ExtractArchive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index e27c544d6..88036da39 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -104,7 +104,7 @@ class ArchiveQueue(object):
class ExtractArchive(Hook):
__name__ = "ExtractArchive"
__type__ = "hook"
- __version__ = "1.25"
+ __version__ = "1.26"
__config__ = [("activated" , "bool" , "Activated" , True ),
("fullpath" , "bool" , "Extract with full paths" , True ),