emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bind-key 942617d26e 2/3: Bump version to 2.4.4


From: ELPA Syncer
Subject: [elpa] externals/bind-key 942617d26e 2/3: Bump version to 2.4.4
Date: Sun, 13 Nov 2022 18:57:17 -0500 (EST)

branch: externals/bind-key
commit 942617d26e11d80d879ff23d2a8b477bd074a734
Author: Payas Relekar <relekarpayas@gmail.com>
Commit: Payas Relekar <relekarpayas@gmail.com>

    Bump version to 2.4.4
---
 NEWS.md             | 2 +-
 default.mk          | 4 ++--
 use-package-core.el | 4 ++--
 use-package.el      | 2 +-
 use-package.org     | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 38f5dc70a1..c499820755 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 # Changes
 
-## 2.4.3
+## 2.4.4
 
 This release prepares for inclusion to GNU ELPA and includes no other changes
 
diff --git a/default.mk b/default.mk
index c10bb80853..92fb004b3a 100644
--- a/default.mk
+++ b/default.mk
@@ -63,9 +63,9 @@ ELGS =
 
 ## Versions ##########################################################
 
-VERSION = 2.4.3
+VERSION = 2.4.4
 
-USE_PACKAGE_VERSION = 2.4.3
+USE_PACKAGE_VERSION = 2.4.4
 
 EMACS_VERSION = 24.3
 
diff --git a/use-package-core.el b/use-package-core.el
index 53bc3ed2a4..7d7217d094 100644
--- a/use-package-core.el
+++ b/use-package-core.el
@@ -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
diff --git a/use-package.el b/use-package.el
index 240693c118..9d046e0b14 100644
--- a/use-package.el
+++ b/use-package.el
@@ -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
diff --git a/use-package.org b/use-package.org
index bfbfa1f94f..8c7b01c857 100644
--- a/use-package.org
+++ b/use-package.org
@@ -168,7 +168,7 @@ doing so, to make sure you are not using an outdated value 
for ~load-path~.
 should display something like
 
 #+begin_example
-  use-package-version’s value is "2.4.3"
+  use-package-version’s value is "2.4.4"
 #+END_EXAMPLE
 
 If you are completely new to use-package then see {{{link-jump(Getting



reply via email to

[Prev in Thread] Current Thread [Next in Thread]