1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Bump version to 2.4.3

This commit is contained in:
Payas Relekar 2022-10-28 17:39:16 +05:30
parent 2ee9b31ca4
commit 370890e518
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changes
## 2.4.2
## 2.4.3
This release prepares for inclusion to GNU ELPA and includes no other changes

View File

@ -6,7 +6,7 @@
;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 17 Jun 2012
;; Modified: 29 Nov 2017
;; Version: 2.4.2
;; Version: 2.4.3
;; 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.2"
(defconst use-package-version "2.4.3"
"This version of use-package.")
(defcustom use-package-keywords

View File

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