aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lord2019-12-26 21:15:32 +0100
committerPhillip Lord2019-12-26 21:15:32 +0100
commitf10409914da0911e149c236f0983f58573f93739 (patch)
treec2d449901b28e71c33749b96501546f05e5faf83
parentea5e33d1da3b363e60c50171c62edba121086551 (diff)
downloademacs-f10409914da0911e149c236f0983f58573f93739.tar.gz
emacs-f10409914da0911e149c236f0983f58573f93739.zip
Update for Emacs-28
* admin/nt/dist-build/build-dep-zips.py: Emacs major version number.
-rwxr-xr-xadmin/nt/dist-build/build-dep-zips.py2
1 files changed, 1 insertions, 1 deletions
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
26from subprocess import check_output 26from subprocess import check_output
27 27
28## Constants 28## Constants
29EMACS_MAJOR_VERSION="27" 29EMACS_MAJOR_VERSION="28"
30 30
31# This list derives from the features we want Emacs to compile with. 31# This list derives from the features we want Emacs to compile with.
32PKG_REQ='''mingw-w64-x86_64-giflib 32PKG_REQ='''mingw-w64-x86_64-giflib