]> git.eshelyaron.com Git - emacs.git/commitdiff
Update version to 2.4.2
authorPayas Relekar <relekarpayas@gmail.com>
Thu, 27 Oct 2022 03:20:53 +0000 (08:50 +0530)
committerPayas Relekar <relekarpayas@gmail.com>
Thu, 27 Oct 2022 03:22:36 +0000 (08:52 +0530)
In preparation for inclusion to GNU ELPA.

etc/USE-PACKAGE-NEWS
lisp/use-package/use-package-core.el
lisp/use-package/use-package.el

index 1f5169669806437a93d59562ca350d87b053e6e3..6e8530ef377144d656ca971a7a33c4974ba8cf49 100644 (file)
@@ -1,5 +1,9 @@
 # Changes
 
+## 2.4.2
+
+This release prepares for inclusion to GNU ELPA and includes no other changes
+
 ## 2.4.1
 
 This is mostly a bug-fix release:
index 76c6a97e0626cad6636aa96dd6953c410a560401..6832c447c7dd89605a6d6c391df13921f22ba0a9 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
 ;; Created: 17 Jun 2012
 ;; Modified: 29 Nov 2017
-;; Version: 2.4.1
+;; Version: 2.4.2
 ;; Package-Requires: ((emacs "24.3"))
 ;; Keywords: dotemacs startup speed config package
 ;; URL: https://github.com/jwiegley/use-package
@@ -66,7 +66,7 @@
   "A use-package declaration for simplifying your `.emacs'."
   :group 'startup)
 
-(defconst use-package-version "2.4.1"
+(defconst use-package-version "2.4.2"
   "This version of use-package.")
 
 (defcustom use-package-keywords
index 62bb2407a51cef3d114309cea05ded174ed55566..574431d80b5604624f3fab14469b1252b9f2359d 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
 ;; Created: 17 Jun 2012
 ;; Modified: 29 Nov 2017
-;; Version: 2.4.1
+;; Version: 2.4.2
 ;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
 ;; Keywords: dotemacs startup speed config package
 ;; URL: https://github.com/jwiegley/use-package