aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el
index f2cf008f475..51bbecf4c57 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -95,6 +95,9 @@ Root must be the root of an Emacs source tree."
95 (set-version-in-file root "lib-src/makefile.w32-in" version 95 (set-version-in-file root "lib-src/makefile.w32-in" version
96 (rx (and "VERSION" (0+ space) "=" (0+ space) 96 (rx (and "VERSION" (0+ space) "=" (0+ space)
97 (submatch (1+ (in "0-9.")))))) 97 (submatch (1+ (in "0-9."))))))
98 (set-version-in-file root "nt/makefile.w32-in" version
99 (rx (and "VERSION" (0+ space) "=" (0+ space)
100 (submatch (1+ (in "0-9."))))))
98 ;; nt/emacs.rc also contains the version number, but in an awkward 101 ;; nt/emacs.rc also contains the version number, but in an awkward
99 ;; format. It must contain four components, separated by commas, and 102 ;; format. It must contain four components, separated by commas, and
100 ;; in two places those commas are followed by space, in two other 103 ;; in two places those commas are followed by space, in two other