From: Juanma Barranquero Date: Sat, 25 Nov 2006 15:46:16 +0000 (+0000) Subject: (set-version): Set version number in lib-src/makefile.w32-in. X-Git-Tag: emacs-pretest-22.0.92~512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fe1ef05917b209dfa9348389de27653eb6d0966;p=emacs.git (set-version): Set version number in lib-src/makefile.w32-in. --- diff --git a/admin/admin.el b/admin/admin.el index 6cd090c0805..b9937ea9882 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -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