emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 31d93aa: Add Emacs version number to nt/README.W3


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 31d93aa: Add Emacs version number to nt/README.W32
Date: Sun, 6 Nov 2016 16:58:36 +0000 (UTC)

branch: emacs-25
commit 31d93aa1d533cf9542f2136b96bad95d0997465d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 +++
 nt/README.W32  |    7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/admin/admin.el b/admin/admin.el
index 4af1ff9..9f3b68e 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
diff --git a/nt/README.W32 b/nt/README.W32
index 7ffeb0a..b65a1de 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -1,11 +1,12 @@
 Copyright (C) 2001-2016 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
-                          Emacs for MS-Windows
+               Emacs version 25.1.50 for MS-Windows
 
   This README file describes how to set up and run a precompiled
-  distribution of GNU Emacs for MS-Windows.  You can find the
-  precompiled distribution on the ftp.gnu.org server and its mirrors:
+  distribution of the latest version of GNU Emacs for MS-Windows.  You
+  can find the precompiled distribution on the ftp.gnu.org server and
+  its mirrors:
 
        ftp://ftp.gnu.org/gnu/emacs/windows/
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]