emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/calibre 360fbf15cb 02/76: Fix defcustom version strings


From: ELPA Syncer
Subject: [elpa] externals/calibre 360fbf15cb 02/76: Fix defcustom version strings
Date: Thu, 18 May 2023 09:57:40 -0400 (EDT)

branch: externals/calibre
commit 360fbf15cb573839810bfd1ff39ce104f20294b8
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    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

[Prev in Thread] Current Thread [Next in Thread]