]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-version): Set version number in lib-src/makefile.w32-in.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Nov 2006 15:46:16 +0000 (15:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Nov 2006 15:46:16 +0000 (15:46 +0000)
admin/admin.el

index 6cd090c0805bcd7e7711e07e07368c15558b8b98..b9937ea9882bf8e34b24b54bca0b76a0d52b0e59 100644 (file)
@@ -88,6 +88,9 @@ Root must be the root of an Emacs source tree."
   (set-version-in-file root "lispref/elisp.texi" version
                       (rx (and "EMACSVER" (1+ space)
                                (submatch (1+ (in "0-9."))))))
+  (set-version-in-file root "lib-src/makefile.w32-in" version
+                      (rx (and "VERSION" (0+ space) "=" (0+ space)
+                               (submatch (1+ (in "0-9."))))))
   ;; nt/emacs.rc also contains the version number, but in an awkward
   ;; format. It must contain four components, separated by commas, and
   ;; in two places those commas are followed by space, in two other