aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/admin.el b/admin/admin.el
index a8b436171c5..a490442a44b 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -68,10 +68,14 @@ Root must be the root of an Emacs source tree."
68 (set-version-in-file root "README" version 68 (set-version-in-file root "README" version
69 (rx (and "version" (1+ space) 69 (rx (and "version" (1+ space)
70 (submatch (1+ (in "0-9.")))))) 70 (submatch (1+ (in "0-9."))))))
71 (set-version-in-file root "man/emacs.texi" version 71 (set-version-in-file root "configure.in" version
72 (rx (and "AC_INIT" (1+ (not (in ?,)))
73 ?, (0+ space)
74 (submatch (1+ (in "0-9."))))))
75 (set-version-in-file root "doc/emacs/emacs.texi" version
72 (rx (and "EMACSVER" (1+ space) 76 (rx (and "EMACSVER" (1+ space)
73 (submatch (1+ (in "0-9.")))))) 77 (submatch (1+ (in "0-9."))))))
74 (set-version-in-file root "lispref/elisp.texi" version 78 (set-version-in-file root "doc/lispref/elisp.texi" version
75 (rx (and "EMACSVER" (1+ space) 79 (rx (and "EMACSVER" (1+ space)
76 (submatch (1+ (in "0-9.")))))) 80 (submatch (1+ (in "0-9."))))))
77 (set-version-in-file root "lib-src/makefile.w32-in" version 81 (set-version-in-file root "lib-src/makefile.w32-in" version