aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPayas Relekar2022-11-05 13:28:24 +0530
committerPayas Relekar2022-11-05 13:28:24 +0530
commit7122ac5397c1fbb4e76c123d490106a99bcb611d (patch)
treef59b50c2e204bf895218aeaee3e315c77b800678
parent6b25a41bc6a751618fc4f86c76104093bc19d77e (diff)
downloademacs-7122ac5397c1fbb4e76c123d490106a99bcb611d.tar.gz
emacs-7122ac5397c1fbb4e76c123d490106a99bcb611d.zip
Bump version to 2.4.4
-rw-r--r--etc/USE-PACKAGE-NEWS2
-rw-r--r--lisp/use-package/use-package-core.el4
-rw-r--r--lisp/use-package/use-package.el2
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
5This release prepares for inclusion to GNU ELPA and includes no other changes 5This 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