diff options
| author | Eli Zaretskii | 2016-11-06 18:58:03 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-11-06 18:58:03 +0200 |
| commit | 31d93aa1d533cf9542f2136b96bad95d0997465d (patch) | |
| tree | c5b607e1b4232830b17ffe8a1829331bef77458b /admin | |
| parent | 0b6b8151186e2d8d48aff8182a66aee21a6edb53 (diff) | |
| download | emacs-31d93aa1d533cf9542f2136b96bad95d0997465d.tar.gz emacs-31d93aa1d533cf9542f2136b96bad95d0997465d.zip | |
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.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin.el | 3 |
1 files changed, 3 insertions, 0 deletions
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." | |||
| 109 | (rx (and "AC_INIT" (1+ (not (in ?,))) | 109 | (rx (and "AC_INIT" (1+ (not (in ?,))) |
| 110 | ?, (0+ space) | 110 | ?, (0+ space) |
| 111 | (submatch (1+ (in "0-9.")))))) | 111 | (submatch (1+ (in "0-9.")))))) |
| 112 | (set-version-in-file root "nt/README.W32" version | ||
| 113 | (rx (and "version" (1+ space) | ||
| 114 | (submatch (1+ (in "0-9.")))))) | ||
| 112 | ;; TODO: msdos could easily extract the version number from | 115 | ;; TODO: msdos could easily extract the version number from |
| 113 | ;; configure.ac with sed, rather than duplicating the information. | 116 | ;; configure.ac with sed, rather than duplicating the information. |
| 114 | (set-version-in-file root "msdos/sed2v2.inp" version | 117 | (set-version-in-file root "msdos/sed2v2.inp" version |