branch: externals/calibre
commit 360fbf15cb573839810bfd1ff39ce104f20294b8
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>

    Fix defcustom version strings
    
    * calibre.el (calibre-library-dir,calibre-format-preferences): Fixed 
version string
---
 calibre.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/calibre.el b/calibre.el
index ae9cba982d..15d4cb8790 100644
--- a/calibre.el
+++ b/calibre.el
@@ -39,12 +39,12 @@
   :set (lambda (symbol value)
          (set-default symbol value)
          (setf calibre--db nil))
-  :package-version '("calibre" . "0.1"))
+  :package-version '("calibre" . "0.1.0"))
 
 (defcustom calibre-format-preferences '(pdf epub)
   "The preference order of file formats."
   :type '(repeat symbol :tag "Format")
-  :package-version '("calibre" . "0.1"))
+  :package-version '("calibre" . "0.1.0"))
 
 (defvar calibre--books nil)
 (defun calibre--books (&optional force)

Reply via email to