X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/fd67a7000ee9e118b426df6ad779f3c86d4fe320..565c0ca57e89ab1a1b4c378c615a998eb8fc0f99:/admin/admin.el diff --git a/admin/admin.el b/admin/admin.el index f2cf008f47..51bbecf4c5 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -95,6 +95,9 @@ Root must be the root of an Emacs source tree." (set-version-in-file root "lib-src/makefile.w32-in" version (rx (and "VERSION" (0+ space) "=" (0+ space) (submatch (1+ (in "0-9.")))))) + (set-version-in-file root "nt/makefile.w32-in" version + (rx (and "VERSION" (0+ space) "=" (0+ space) + (submatch (1+ (in "0-9.")))))) ;; nt/emacs.rc also contains the version number, but in an awkward ;; format. It must contain four components, separated by commas, and ;; in two places those commas are followed by space, in two other