From f10409914da0911e149c236f0983f58573f93739 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Thu, 26 Dec 2019 21:15:32 +0100 Subject: [PATCH] Update for Emacs-28 * admin/nt/dist-build/build-dep-zips.py: Emacs major version number. --- admin/nt/dist-build/build-dep-zips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index b538d851513..769e21a62e4 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py @@ -26,7 +26,7 @@ import re from subprocess import check_output ## Constants -EMACS_MAJOR_VERSION="27" +EMACS_MAJOR_VERSION="28" # This list derives from the features we want Emacs to compile with. PKG_REQ='''mingw-w64-x86_64-giflib -- 2.39.2