]> git.eshelyaron.com Git - emacs.git/commitdiff
Bump version to 2.4.3
authorPayas Relekar <relekarpayas@gmail.com>
Fri, 28 Oct 2022 12:09:16 +0000 (17:39 +0530)
committerPayas Relekar <relekarpayas@gmail.com>
Fri, 28 Oct 2022 12:09:16 +0000 (17:39 +0530)
etc/USE-PACKAGE-NEWS
lisp/use-package/use-package-core.el
lisp/use-package/use-package.el

index 6e8530ef377144d656ca971a7a33c4974ba8cf49..38f5dc70a162d72f9e8caff7055cc20ad8bb5a24 100644 (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
 
index f27d158fc056c5baa732f58738d575027d974271..52d7abd4cbb6a9146ac55182204521825d3653ed 100644 (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
index 574431d80b5604624f3fab14469b1252b9f2359d..240693c1189587c7fa1fa950d4bb7cec4c57cba7 100644 (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