[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm e0d028081f 2/2: Bump to 4.0
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm e0d028081f 2/2: Bump to 4.0 |
Date: |
Thu, 22 Aug 2024 04:04:08 -0400 (EDT) |
branch: elpa/helm
commit e0d028081f1f24da8e649f6ea3ecea42216d4632
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Bump to 4.0
---
NEWS.org | 2 +-
helm-core.el | 2 +-
helm.el | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 2fc6250980..59383198bf 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,7 +1,7 @@
#+STARTUP:showall
* NEWS
-** Version 4.0-pre
+** Version 4.0
*** Enhance helm-finder
Now helm-finder fetchs keywords from all packages, not only built-in
and allows installing from there.
diff --git a/helm-core.el b/helm-core.el
index 9d9ee91583..62caa1f828 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -4,7 +4,7 @@
;; Author: Thierry Volpiatto <thievol@posteo.net>
;; URL: https://emacs-helm.github.io/helm/
-;; Version: 3.9.9
+;; Version: 4.0
;; Package-Requires: ((emacs "25.1") (async "1.9.8"))
;; This program is free software; you can redistribute it and/or modify
diff --git a/helm.el b/helm.el
index 5a8e29a325..d218194e5c 100644
--- a/helm.el
+++ b/helm.el
@@ -11,9 +11,9 @@
;; Thierry Volpiatto
;; Author: Thierry Volpiatto <thievol@posteo.net>
-;; Version: 3.9.9
+;; Version: 4.0
;; URL: https://emacs-helm.github.io/helm/
-;; Package-Requires: ((helm-core "3.9.9") (wfnames "1.2"))
+;; Package-Requires: ((helm-core "4.0") (wfnames "1.2"))
;; Keywords: helm, convenience, files, buffers, grep, completion, lisp,
matching, tools, help
;; This program is free software; you can redistribute it and/or modify