tools v5.5.2

This commit is contained in:
Apprentice Alf
2012-12-24 23:31:34 +00:00
parent 0c03820db7
commit c010e3f77a
3 changed files with 10 additions and 3 deletions

View File

@@ -20,13 +20,14 @@ __docformat__ = 'restructuredtext en'
# 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
# 0.4.12 - More Linux Wine fixes
"""
Decrypt Amazon Kindle and Mobipocket encrypted ebooks.
"""
PLUGIN_NAME = u"Kindle and Mobipocket DeDRM"
PLUGIN_VERSION_TUPLE = (0, 4, 11)
PLUGIN_VERSION_TUPLE = (0, 4, 12)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
import sys, os, re