mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2026-03-22 13:58:57 +00:00
tools v5.6.1
This commit is contained in:
@@ -27,13 +27,14 @@ __docformat__ = 'restructuredtext en'
|
||||
# 0.4.16 - Yet another Topaz fix
|
||||
# 0.4.17 - Manage to include the actual fix.
|
||||
# 0.4.18 - More Topaz fixes
|
||||
# 0.4.19 - MobiDeDRM PalmDoc fix
|
||||
|
||||
"""
|
||||
Decrypt Amazon Kindle and Mobipocket encrypted ebooks.
|
||||
"""
|
||||
|
||||
PLUGIN_NAME = u"Kindle and Mobipocket DeDRM"
|
||||
PLUGIN_VERSION_TUPLE = (0, 4, 18)
|
||||
PLUGIN_VERSION_TUPLE = (0, 4, 19)
|
||||
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
|
||||
|
||||
import sys, os, re
|
||||
|
||||
Reference in New Issue
Block a user