branch: elpa/magit commit 7b59ea0d80c6b4215349966740325d135d3222a6 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
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 72fd5fc46b..fa21db8611 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 221a86089f..f48f8d93c2 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)