diff options
| author | Phillip Lord | 2019-12-26 21:15:32 +0100 |
|---|---|---|
| committer | Phillip Lord | 2019-12-26 21:15:32 +0100 |
| commit | f10409914da0911e149c236f0983f58573f93739 (patch) | |
| tree | c2d449901b28e71c33749b96501546f05e5faf83 | |
| parent | ea5e33d1da3b363e60c50171c62edba121086551 (diff) | |
| download | emacs-f10409914da0911e149c236f0983f58573f93739.tar.gz emacs-f10409914da0911e149c236f0983f58573f93739.zip | |
Update for Emacs-28
* admin/nt/dist-build/build-dep-zips.py: Emacs major version number.
| -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 | |||
| 26 | from subprocess import check_output | 26 | from subprocess import check_output |
| 27 | 27 | ||
| 28 | ## Constants | 28 | ## Constants |
| 29 | EMACS_MAJOR_VERSION="27" | 29 | EMACS_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. |
| 32 | PKG_REQ='''mingw-w64-x86_64-giflib | 32 | PKG_REQ='''mingw-w64-x86_64-giflib |