From 908ebc5c58a1f346a2e44328c874b1fd26a86319 Mon Sep 17 00:00:00 2001 From: Apprentice Harper Date: Fri, 5 Aug 2016 17:34:52 +0100 Subject: [PATCH] Update version number to 6.5.0 --- DeDRM_Macintosh_Application/DeDRM.app/Contents/Info.plist | 4 ++-- .../DeDRM.app/Contents/Resources/__init__.py | 7 ++++--- .../DeDRM_App/DeDRM_lib/DeDRM_App.pyw | 4 ++-- .../DeDRM_App/DeDRM_lib/lib/__init__.py | 7 ++++--- DeDRM_calibre_plugin/DeDRM_plugin/__init__.py | 7 ++++--- ReadMe_First.txt | 2 +- 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/DeDRM_Macintosh_Application/DeDRM.app/Contents/Info.plist b/DeDRM_Macintosh_Application/DeDRM.app/Contents/Info.plist index 0ebc6cd..a507eb9 100644 --- a/DeDRM_Macintosh_Application/DeDRM.app/Contents/Info.plist +++ b/DeDRM_Macintosh_Application/DeDRM.app/Contents/Info.plist @@ -24,7 +24,7 @@ CFBundleExecutable droplet CFBundleGetInfoString - DeDRM AppleScript 6.4.4 Written 2010–2016 by Apprentice Alf et al. + DeDRM AppleScript 6.5.0 Written 2010–2016 by Apprentice Alf et al. CFBundleIconFile DeDRM CFBundleIdentifier @@ -36,7 +36,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 6.4.4 + 6.5.0 CFBundleSignature dplt LSRequiresCarbon diff --git a/DeDRM_Macintosh_Application/DeDRM.app/Contents/Resources/__init__.py b/DeDRM_Macintosh_Application/DeDRM.app/Contents/Resources/__init__.py index cde2673..dd3da88 100644 --- a/DeDRM_Macintosh_Application/DeDRM.app/Contents/Resources/__init__.py +++ b/DeDRM_Macintosh_Application/DeDRM.app/Contents/Resources/__init__.py @@ -51,8 +51,9 @@ __docformat__ = 'restructuredtext en' # 6.4.2 - Fix for more new tags in Topaz ebooks and very small Topaz ebooks # 6.4.3 - Fix for error that only appears when not in debug mode # Also includes fix for Macs with bonded ethernet ports -# 6.4.4 - Fix for some more 'new' tags in Topaz ebooks. -# Also fix an error in wineutils.py +# 6.5.0 - Big update to Macintosh app +# Fix for some more 'new' tags in Topaz ebooks. +# Fix an error in wineutils.py """ @@ -60,7 +61,7 @@ Decrypt DRMed ebooks. """ PLUGIN_NAME = u"DeDRM" -PLUGIN_VERSION_TUPLE = (6, 4, 4) +PLUGIN_VERSION_TUPLE = (6, 5, 0) PLUGIN_VERSION = u".".join([unicode(str(x)) for x in PLUGIN_VERSION_TUPLE]) # Include an html helpfile in the plugin's zipfile with the following name. RESOURCE_NAME = PLUGIN_NAME + '_Help.htm' diff --git a/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/DeDRM_App.pyw b/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/DeDRM_App.pyw index 18c9da3..5058476 100644 --- a/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/DeDRM_App.pyw +++ b/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/DeDRM_App.pyw @@ -25,9 +25,9 @@ # 6.4.1 - Fix for new tags in Topaz ebooks # 6.4.2 - Fix for new tags in Topaz ebooks, and very small Topaz ebooks # 6.4.3 - Version bump to match plugin & Mac app -# 6.4.4 - Fix for some new tags in Topaz ebooks +# 6.5.0 - Fix for some new tags in Topaz ebooks -__version__ = '6.4.4' +__version__ = '6.5.0' import sys import os, os.path diff --git a/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/lib/__init__.py b/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/lib/__init__.py index cde2673..dd3da88 100644 --- a/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/lib/__init__.py +++ b/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/lib/__init__.py @@ -51,8 +51,9 @@ __docformat__ = 'restructuredtext en' # 6.4.2 - Fix for more new tags in Topaz ebooks and very small Topaz ebooks # 6.4.3 - Fix for error that only appears when not in debug mode # Also includes fix for Macs with bonded ethernet ports -# 6.4.4 - Fix for some more 'new' tags in Topaz ebooks. -# Also fix an error in wineutils.py +# 6.5.0 - Big update to Macintosh app +# Fix for some more 'new' tags in Topaz ebooks. +# Fix an error in wineutils.py """ @@ -60,7 +61,7 @@ Decrypt DRMed ebooks. """ PLUGIN_NAME = u"DeDRM" -PLUGIN_VERSION_TUPLE = (6, 4, 4) +PLUGIN_VERSION_TUPLE = (6, 5, 0) PLUGIN_VERSION = u".".join([unicode(str(x)) for x in PLUGIN_VERSION_TUPLE]) # Include an html helpfile in the plugin's zipfile with the following name. RESOURCE_NAME = PLUGIN_NAME + '_Help.htm' diff --git a/DeDRM_calibre_plugin/DeDRM_plugin/__init__.py b/DeDRM_calibre_plugin/DeDRM_plugin/__init__.py index cde2673..dd3da88 100644 --- a/DeDRM_calibre_plugin/DeDRM_plugin/__init__.py +++ b/DeDRM_calibre_plugin/DeDRM_plugin/__init__.py @@ -51,8 +51,9 @@ __docformat__ = 'restructuredtext en' # 6.4.2 - Fix for more new tags in Topaz ebooks and very small Topaz ebooks # 6.4.3 - Fix for error that only appears when not in debug mode # Also includes fix for Macs with bonded ethernet ports -# 6.4.4 - Fix for some more 'new' tags in Topaz ebooks. -# Also fix an error in wineutils.py +# 6.5.0 - Big update to Macintosh app +# Fix for some more 'new' tags in Topaz ebooks. +# Fix an error in wineutils.py """ @@ -60,7 +61,7 @@ Decrypt DRMed ebooks. """ PLUGIN_NAME = u"DeDRM" -PLUGIN_VERSION_TUPLE = (6, 4, 4) +PLUGIN_VERSION_TUPLE = (6, 5, 0) PLUGIN_VERSION = u".".join([unicode(str(x)) for x in PLUGIN_VERSION_TUPLE]) # Include an html helpfile in the plugin's zipfile with the following name. RESOURCE_NAME = PLUGIN_NAME + '_Help.htm' diff --git a/ReadMe_First.txt b/ReadMe_First.txt index ecd6511..0b9f7a7 100644 --- a/ReadMe_First.txt +++ b/ReadMe_First.txt @@ -1,7 +1,7 @@ Welcome to the tools! ===================== -This ReadMe_First.txt is meant to give users a quick overview of what is available and how to get started. This document is part of the Tools v6.4.4 archive from Apprentice Alf's Blog: http://apprenticealf.wordpress.com/ +This ReadMe_First.txt is meant to give users a quick overview of what is available and how to get started. This document is part of the Tools v6.5.0 archive from Apprentice Alf's Blog: http://apprenticealf.wordpress.com/ The is archive includes tools to remove DRM from: