branch: elpa/magit
commit 7b59ea0d80c6b4215349966740325d135d3222a6
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
make: Bump EMACS_VERSION
---
default.mk | 2 +-
lisp/magit-base.el | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/default.mk b/default.mk
index 72fd5fc46b3..fa21db8611d 100644
--- a/default.mk
+++ b/default.mk
@@ -114,7 +114,7 @@ VERSION ?= $(shell \
git describe --tags --abbrev=0 --always | cut -c2-)
REVDESC := $(shell test -e $(TOP).git && git describe --tags)
-EMACS_VERSION = 26.1
+EMACS_VERSION = 27.1
EMACSOLD := $(shell $(BATCH) --eval \
"(and (version< emacs-version \"$(EMACS_VERSION)\") (princ \"true\"))")
diff --git a/lisp/magit-base.el b/lisp/magit-base.el
index 221a86089f1..f48f8d93c26 100644
--- a/lisp/magit-base.el
+++ b/lisp/magit-base.el
@@ -32,8 +32,9 @@
;;; Code:
-(defconst magit--minimal-git "2.25.0")
+;; Also update EMACS_VERSION in "default.mk".
(defconst magit--minimal-emacs "27.1")
+(defconst magit--minimal-git "2.25.0")
(require 'cl-lib)
(require 'compat)