Skip to content

Commit 942617d

Browse files
committed
Bump version to 2.4.4
1 parent 9519904 commit 942617d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## 2.4.3
3+
## 2.4.4
44

55
This release prepares for inclusion to GNU ELPA and includes no other changes
66

default.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ ELGS =
6363

6464
## Versions ##########################################################
6565

66-
VERSION = 2.4.3
66+
VERSION = 2.4.4
6767

68-
USE_PACKAGE_VERSION = 2.4.3
68+
USE_PACKAGE_VERSION = 2.4.4
6969

7070
EMACS_VERSION = 24.3
7171

use-package-core.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Maintainer: John Wiegley <[email protected]>
77
;; Created: 17 Jun 2012
88
;; Modified: 29 Nov 2017
9-
;; Version: 2.4.3
9+
;; Version: 2.4.4
1010
;; Package-Requires: ((emacs "24.3"))
1111
;; Keywords: dotemacs startup speed config package
1212
;; URL: https://github.com/jwiegley/use-package
@@ -66,7 +66,7 @@
6666
"A use-package declaration for simplifying your `.emacs'."
6767
:group 'startup)
6868

69-
(defconst use-package-version "2.4.3"
69+
(defconst use-package-version "2.4.4"
7070
"This version of use-package.")
7171

7272
(defcustom use-package-keywords

use-package.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Maintainer: John Wiegley <[email protected]>
77
;; Created: 17 Jun 2012
88
;; Modified: 29 Nov 2017
9-
;; Version: 2.4.3
9+
;; Version: 2.4.4
1010
;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
1111
;; Keywords: dotemacs startup speed config package
1212
;; URL: https://github.com/jwiegley/use-package

use-package.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ doing so, to make sure you are not using an outdated value for ~load-path~.
168168
should display something like
169169

170170
#+begin_example
171-
use-package-version’s value is "2.4.3"
171+
use-package-version’s value is "2.4.4"
172172
#+END_EXAMPLE
173173

174174
If you are completely new to use-package then see {{{link-jump(Getting

0 commit comments

Comments
 (0)