Update version to 2.4.2

In preparation for inclusion to GNU ELPA.
This commit is contained in:
Payas Relekar 2022-10-27 08:50:53 +05:30
parent 9188b3edf1
commit abd655c99e
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changes # Changes
## 2.4.2
This release prepares for inclusion to GNU ELPA and includes no other changes
## 2.4.1 ## 2.4.1
This is mostly a bug-fix release: This is mostly a bug-fix release:

View file

@ -6,7 +6,7 @@
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 17 Jun 2012 ;; Created: 17 Jun 2012
;; Modified: 29 Nov 2017 ;; Modified: 29 Nov 2017
;; Version: 2.4.1 ;; Version: 2.4.2
;; Package-Requires: ((emacs "24.3")) ;; Package-Requires: ((emacs "24.3"))
;; Keywords: dotemacs startup speed config package ;; Keywords: dotemacs startup speed config package
;; URL: https://github.com/jwiegley/use-package ;; URL: https://github.com/jwiegley/use-package
@ -66,7 +66,7 @@
"A use-package declaration for simplifying your `.emacs'." "A use-package declaration for simplifying your `.emacs'."
:group 'startup) :group 'startup)
(defconst use-package-version "2.4.1" (defconst use-package-version "2.4.2"
"This version of use-package.") "This version of use-package.")
(defcustom use-package-keywords (defcustom use-package-keywords

View file

@ -6,7 +6,7 @@
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 17 Jun 2012 ;; Created: 17 Jun 2012
;; Modified: 29 Nov 2017 ;; Modified: 29 Nov 2017
;; Version: 2.4.1 ;; Version: 2.4.2
;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) ;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
;; Keywords: dotemacs startup speed config package ;; Keywords: dotemacs startup speed config package
;; URL: https://github.com/jwiegley/use-package ;; URL: https://github.com/jwiegley/use-package