# HG changeset patch # User Juanma Barranquero # Date 1164469576 0 # Node ID b7548a5c934ef9280d0ede24d890672460ffebc1 # Parent 4a8f84b25be21cd2031e50e9b0267ed2f545cb28 (set-version): Set version number in lib-src/makefile.w32-in. diff -r 4a8f84b25be2 -r b7548a5c934e admin/admin.el --- a/admin/admin.el Sat Nov 25 15:44:32 2006 +0000 +++ b/admin/admin.el Sat Nov 25 15:46:16 2006 +0000 @@ -88,6 +88,9 @@ (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