Skip to content

Commit

Permalink
Bump to 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed May 30, 2024
1 parent 46bb5ab commit aa51c1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa51c1a

Please sign in to comment.