From 31d93aa1d533cf9542f2136b96bad95d0997465d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 6 Nov 2016 18:58:03 +0200 Subject: Add Emacs version number to nt/README.W32 * nt/README.W32: Include the version number of the latest Emacs release. * admin/admin.el (set-version): Update the version in nt/README.W32. --- admin/admin.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'admin') diff --git a/admin/admin.el b/admin/admin.el index 4af1ff9003a..9f3b68e0bb9 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -109,6 +109,9 @@ Root must be the root of an Emacs source tree." (rx (and "AC_INIT" (1+ (not (in ?,))) ?, (0+ space) (submatch (1+ (in "0-9.")))))) + (set-version-in-file root "nt/README.W32" version + (rx (and "version" (1+ space) + (submatch (1+ (in "0-9.")))))) ;; TODO: msdos could easily extract the version number from ;; configure.ac with sed, rather than duplicating the information. (set-version-in-file root "msdos/sed2v2.inp" version -- cgit v1.2.1