diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-12-26 21:15:32 +0100 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-12-26 21:15:32 +0100 |
commit | f10409914da0911e149c236f0983f58573f93739 (patch) | |
tree | c2d449901b28e71c33749b96501546f05e5faf83 /admin/nt/dist-build | |
parent | ea5e33d1da3b363e60c50171c62edba121086551 (diff) | |
download | emacs-f10409914da0911e149c236f0983f58573f93739.tar.gz emacs-f10409914da0911e149c236f0983f58573f93739.tar.bz2 emacs-f10409914da0911e149c236f0983f58573f93739.zip |
Update for Emacs-28
* admin/nt/dist-build/build-dep-zips.py: Emacs major version number.
Diffstat (limited to 'admin/nt/dist-build')
-rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 2 |
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 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 |