aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-08-08 20:52:29 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-08-08 20:52:29 +0200
commit020aca7c9c4154dbc4a72acbd56165ecccea1bf1 (patch)
tree3da3c89dd5c81ac67e52c66fdd2bfe743859b8de /lisp/magit.el
parent27f81d6e5cdcc7ddfb0d4a33f6566ef98a0faaa5 (diff)
Release version 4.0.0v4.0.0
Diffstat (limited to 'lisp/magit.el')
-rw-r--r--lisp/magit.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/magit.el b/lisp/magit.el
index 969e5eb..8a7696f 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -17,16 +17,16 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: git tools vc
-;; Package-Version: 3.3.0.50-git
+;; Package-Version: 4.0.0
;; Package-Requires: (
;; (emacs "26.1")
;; (compat "30.0.0.0")
;; (dash "2.19.1")
-;; (git-commit "3.3.0")
-;; (magit-section "3.3.0")
+;; (git-commit "4.0.0")
+;; (magit-section "4.0.0")
;; (seq "2.24")
-;; (transient "0.7.2")
-;; (with-editor "3.3.4"))
+;; (transient "0.7.4")
+;; (with-editor "3.4.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later