1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Bump use-package version for Emacs 29.1

* lisp/use-package/use-package.el: Bump version to 2.4.5.
This commit is contained in:
Stefan Kangas 2023-01-15 14:30:46 +01:00
parent 9f5008b9b2
commit c8d5480972
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
:link '(custom-manual "(use-package) Top") :link '(custom-manual "(use-package) Top")
:version "29.1") :version "29.1")
(defconst use-package-version "2.4.4" (defconst use-package-version "2.4.5"
"This version of `use-package'.") "This version of `use-package'.")
(defcustom use-package-keywords (defcustom use-package-keywords

View File

@ -5,7 +5,7 @@
;; Author: John Wiegley <johnw@newartisans.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 17 Jun 2012 ;; Created: 17 Jun 2012
;; Version: 2.4.4 ;; Version: 2.4.5
;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) ;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
;; Keywords: dotemacs startup speed config package extensions ;; Keywords: dotemacs startup speed config package extensions
;; URL: https://github.com/jwiegley/use-package ;; URL: https://github.com/jwiegley/use-package