tools v5.5.1

This commit is contained in:
Apprentice Alf
2012-12-24 14:55:19 +00:00
parent 9fda194391
commit 0c03820db7
5 changed files with 45 additions and 5 deletions

View File

@@ -19,13 +19,14 @@ __docformat__ = 'restructuredtext en'
# 0.4.8 - Major code change to use unaltered k4mobidedrm.py 4.8 and later
# 0.4.9 - typo fix
# 0.4.10 - Another Topaz Fix (class added to page and group and region)
# 0.4.11 - Fixed Linux support of K4PC
"""
Decrypt Amazon Kindle and Mobipocket encrypted ebooks.
"""
PLUGIN_NAME = u"Kindle and Mobipocket DeDRM"
PLUGIN_VERSION_TUPLE = (0, 4, 10)
PLUGIN_VERSION_TUPLE = (0, 4, 11)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
import sys, os, re