]> git.eshelyaron.com Git - emacs.git/commitdiff
Bump version to 2.4.4
authorPayas Relekar <relekarpayas@gmail.com>
Sat, 5 Nov 2022 07:58:24 +0000 (13:28 +0530)
committerPayas Relekar <relekarpayas@gmail.com>
Sat, 5 Nov 2022 07:58:24 +0000 (13:28 +0530)
etc/USE-PACKAGE-NEWS
lisp/use-package/use-package-core.el
lisp/use-package/use-package.el

index 38f5dc70a162d72f9e8caff7055cc20ad8bb5a24..c499820755ffb4d4c9798f502ac8564c8f370284 100644 (file)
@@ -1,6 +1,6 @@
 # Changes
 
-## 2.4.3
+## 2.4.4
 
 This release prepares for inclusion to GNU ELPA and includes no other changes
 
index 53bc3ed2a42af30b98a3fa0c6e95273dabcb1dd7..7d7217d094b441bba503c84118edcc68274653de 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
 ;; Created: 17 Jun 2012
 ;; Modified: 29 Nov 2017
-;; Version: 2.4.3
+;; Version: 2.4.4
 ;; 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.3"
+(defconst use-package-version "2.4.4"
   "This version of use-package.")
 
 (defcustom use-package-keywords
index 240693c1189587c7fa1fa950d4bb7cec4c57cba7..9d046e0b149ffb0fcb872a1c02ce779faa1eb6ea 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
 ;; Created: 17 Jun 2012
 ;; Modified: 29 Nov 2017
-;; Version: 2.4.3
+;; Version: 2.4.4
 ;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
 ;; Keywords: dotemacs startup speed config package
 ;; URL: https://github.com/jwiegley/use-package