Skip to content

Commit b04272a

Browse files
Bump to 3.9.7
1 parent 2d41cd8 commit b04272a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

NEWS.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
* NEWS
44

5+
** Version 3.9.7
6+
7+
*** Fix package-requires in helm.el
8+
59
** Version 3.9.6
610

711
*** Fix bug with helm-mm-exact-search (bug#2616)

helm-core.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Thierry Volpiatto <[email protected]>
66
;; URL: https://emacs-helm.github.io/helm/
7-
;; Version: 3.9.6
7+
;; Version: 3.9.7
88
;; Package-Requires: ((emacs "25.1") (async "1.9.7"))
99

1010
;; This program is free software; you can redistribute it and/or modify

helm.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
;; Thierry Volpiatto
1212

1313
;; Author: Thierry Volpiatto <[email protected]>
14-
;; Version: 3.9.6
14+
;; Version: 3.9.7
1515
;; URL: https://emacs-helm.github.io/helm/
16-
;; Package-Requires: ((helm-core "3.9.6") (wfnames "1.1") (popup "0.5.3"))
16+
;; Package-Requires: ((helm-core "3.9.7") (wfnames "1.1") (popup "0.5.3"))
1717

1818
;; This program is free software; you can redistribute it and/or modify
1919
;; it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)