[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bind-key 7b05028a8e 1/2: Update version to 2.4.2
From: |
ELPA Syncer |
Subject: |
[elpa] externals/bind-key 7b05028a8e 1/2: Update version to 2.4.2 |
Date: |
Thu, 27 Oct 2022 00:57:18 -0400 (EDT) |
branch: externals/bind-key
commit 7b05028a8e1a937e09926ca2b2a21e4e269a936f
Author: Payas Relekar <relekarpayas@gmail.com>
Commit: Payas Relekar <relekarpayas@gmail.com>
Update version to 2.4.2
In preparation for inclusion to GNU ELPA.
---
NEWS.md | 4 ++++
default.mk | 4 ++--
use-package-core.el | 4 ++--
use-package.el | 2 +-
use-package.org | 2 +-
5 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index 1f51696698..6e8530ef37 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,9 @@
# Changes
+## 2.4.2
+
+This release prepares for inclusion to GNU ELPA and includes no other changes
+
## 2.4.1
This is mostly a bug-fix release:
diff --git a/default.mk b/default.mk
index 35542f7320..3204881849 100644
--- a/default.mk
+++ b/default.mk
@@ -63,9 +63,9 @@ ELGS =
## Versions ##########################################################
-VERSION = 2.4.1
+VERSION = 2.4.2
-USE_PACKAGE_VERSION = 2.4.1
+USE_PACKAGE_VERSION = 2.4.2
EMACS_VERSION = 24.3
diff --git a/use-package-core.el b/use-package-core.el
index 76c6a97e06..6832c447c7 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.1
+;; Version: 2.4.2
;; 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.1"
+(defconst use-package-version "2.4.2"
"This version of use-package.")
(defcustom use-package-keywords
diff --git a/use-package.el b/use-package.el
index 62bb2407a5..574431d80b 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.1
+;; Version: 2.4.2
;; 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 de41c2618d..1fddd20d31 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.1"
+ use-package-version’s value is "2.4.2"
#+END_EXAMPLE
If you are completely new to use-package then see {{{link-jump(Getting
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/bind-key 7b05028a8e 1/2: Update version to 2.4.2,
ELPA Syncer <=