branch: externals/bind-key commit c81f9e78fcfdb07fb7333fe990f61717cc2f611e Author: Payas Relekar <relekarpa...@gmail.com> Commit: Payas Relekar <relekarpa...@gmail.com>
Bump version to 2.4.3 --- 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 6e8530ef37..38f5dc70a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Changes -## 2.4.2 +## 2.4.3 This release prepares for inclusion to GNU ELPA and includes no other changes diff --git a/default.mk b/default.mk index 3204881849..c10bb80853 100644 --- a/default.mk +++ b/default.mk @@ -63,9 +63,9 @@ ELGS = ## Versions ########################################################## -VERSION = 2.4.2 +VERSION = 2.4.3 -USE_PACKAGE_VERSION = 2.4.2 +USE_PACKAGE_VERSION = 2.4.3 EMACS_VERSION = 24.3 diff --git a/use-package-core.el b/use-package-core.el index f27d158fc0..52d7abd4cb 100644 --- a/use-package-core.el +++ b/use-package-core.el @@ -6,7 +6,7 @@ ;; Maintainer: John Wiegley <jo...@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 diff --git a/use-package.el b/use-package.el index 574431d80b..240693c118 100644 --- a/use-package.el +++ b/use-package.el @@ -6,7 +6,7 @@ ;; Maintainer: John Wiegley <jo...@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 diff --git a/use-package.org b/use-package.org index 1fddd20d31..bfbfa1f94f 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.2" + use-package-version’s value is "2.4.3" #+END_EXAMPLE If you are completely new to use-package then see {{{link-jump(Getting