diff options
| author | Payas Relekar | 2022-11-05 13:28:24 +0530 |
|---|---|---|
| committer | Payas Relekar | 2022-11-05 13:28:24 +0530 |
| commit | 7122ac5397c1fbb4e76c123d490106a99bcb611d (patch) | |
| tree | f59b50c2e204bf895218aeaee3e315c77b800678 | |
| parent | 6b25a41bc6a751618fc4f86c76104093bc19d77e (diff) | |
| download | emacs-7122ac5397c1fbb4e76c123d490106a99bcb611d.tar.gz emacs-7122ac5397c1fbb4e76c123d490106a99bcb611d.zip | |
Bump version to 2.4.4
| -rw-r--r-- | etc/USE-PACKAGE-NEWS | 2 | ||||
| -rw-r--r-- | lisp/use-package/use-package-core.el | 4 | ||||
| -rw-r--r-- | lisp/use-package/use-package.el | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS index 38f5dc70a16..c499820755f 100644 --- a/etc/USE-PACKAGE-NEWS +++ b/etc/USE-PACKAGE-NEWS | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Changes | 1 | # Changes |
| 2 | 2 | ||
| 3 | ## 2.4.3 | 3 | ## 2.4.4 |
| 4 | 4 | ||
| 5 | This release prepares for inclusion to GNU ELPA and includes no other changes | 5 | This release prepares for inclusion to GNU ELPA and includes no other changes |
| 6 | 6 | ||
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 53bc3ed2a42..7d7217d094b 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> | 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> |
| 7 | ;; Created: 17 Jun 2012 | 7 | ;; Created: 17 Jun 2012 |
| 8 | ;; Modified: 29 Nov 2017 | 8 | ;; Modified: 29 Nov 2017 |
| 9 | ;; Version: 2.4.3 | 9 | ;; Version: 2.4.4 |
| 10 | ;; Package-Requires: ((emacs "24.3")) | 10 | ;; Package-Requires: ((emacs "24.3")) |
| 11 | ;; Keywords: dotemacs startup speed config package | 11 | ;; Keywords: dotemacs startup speed config package |
| 12 | ;; URL: https://github.com/jwiegley/use-package | 12 | ;; URL: https://github.com/jwiegley/use-package |
| @@ -66,7 +66,7 @@ | |||
| 66 | "A use-package declaration for simplifying your `.emacs'." | 66 | "A use-package declaration for simplifying your `.emacs'." |
| 67 | :group 'startup) | 67 | :group 'startup) |
| 68 | 68 | ||
| 69 | (defconst use-package-version "2.4.3" | 69 | (defconst use-package-version "2.4.4" |
| 70 | "This version of use-package.") | 70 | "This version of use-package.") |
| 71 | 71 | ||
| 72 | (defcustom use-package-keywords | 72 | (defcustom use-package-keywords |
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 240693c1189..9d046e0b149 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> | 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> |
| 7 | ;; Created: 17 Jun 2012 | 7 | ;; Created: 17 Jun 2012 |
| 8 | ;; Modified: 29 Nov 2017 | 8 | ;; Modified: 29 Nov 2017 |
| 9 | ;; Version: 2.4.3 | 9 | ;; Version: 2.4.4 |
| 10 | ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) | 10 | ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) |
| 11 | ;; Keywords: dotemacs startup speed config package | 11 | ;; Keywords: dotemacs startup speed config package |
| 12 | ;; URL: https://github.com/jwiegley/use-package | 12 | ;; URL: https://github.com/jwiegley/use-package |