diff options
Diffstat (limited to 'admin/admin.el')
| -rw-r--r-- | admin/admin.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/admin.el b/admin/admin.el index 739c769b352..9f87e9b2590 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -73,8 +73,9 @@ Root must be the root of an Emacs source tree." | |||
| 73 | (rx (and ".TH EMACS" (1+ not-newline) | 73 | (rx (and ".TH EMACS" (1+ not-newline) |
| 74 | "GNU Emacs" (1+ space) | 74 | "GNU Emacs" (1+ space) |
| 75 | (submatch (1+ (in "0-9.")))))) | 75 | (submatch (1+ (in "0-9.")))))) |
| 76 | (set-version-in-file root "lib-src/makefile.w32-in" version | 76 | (set-version-in-file root "nt/config.nt" version |
| 77 | (rx (and "VERSION" (0+ space) "=" (0+ space) | 77 | (rx (and bol "#" (0+ blank) "define" (1+ blank) |
| 78 | "VERSION" (1+ blank) | ||
| 78 | (submatch (1+ (in "0-9.")))))) | 79 | (submatch (1+ (in "0-9.")))))) |
| 79 | (set-version-in-file root "nt/makefile.w32-in" version | 80 | (set-version-in-file root "nt/makefile.w32-in" version |
| 80 | (rx (and "VERSION" (0+ space) "=" (0+ space) | 81 | (rx (and "VERSION" (0+ space) "=" (0+ space) |