branch: elpa/helm
commit aa51c1a8d6ff4e1e88e61e989f41ac3aa808a592
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Bump to 3.9.9
---
NEWS.org | 2 +-
helm-core.el | 4 ++--
helm.el | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index d150255677..18ff47ce88 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,7 +1,7 @@
#+STARTUP:showall
* NEWS
-** Version 3.9.9-pre
+** Version 3.9.9
*** Change prefix arg behavior of helm-show-all-candidates-in-source
With a prefix arg show all candidates, with a numeric prefix arg show
ARG number of candidates, and with no prefix arg show only
diff --git a/helm-core.el b/helm-core.el
index 6d1c1704e8..df55cbf9a9 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -4,8 +4,8 @@
;; Author: Thierry Volpiatto <[email protected]>
;; URL: https://emacs-helm.github.io/helm/
-;; Version: 3.9.8
-;; Package-Requires: ((emacs "25.1") (async "1.9.7"))
+;; Version: 3.9.9
+;; Package-Requires: ((emacs "25.1") (async "1.9.8"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/helm.el b/helm.el
index 3e13d9deb0..72ec491f00 100644
--- a/helm.el
+++ b/helm.el
@@ -11,9 +11,9 @@
;; Thierry Volpiatto
;; Author: Thierry Volpiatto <[email protected]>
-;; Version: 3.9.8
+;; Version: 3.9.9
;; URL: https://emacs-helm.github.io/helm/
-;; Package-Requires: ((helm-core "3.9.8") (wfnames "1.1"))
+;; Package-Requires: ((helm-core "3.9.9") (wfnames "1.2"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by