# HG changeset patch # User Glenn Morris # Date 1213497547 0 # Node ID 4e411168887db525cf4928c9b670a3c17dd9cab1 # Parent 267a8bdcab2190b4cafd05697520fbf668cf65f4 (set-version): Add doc/misc/faq.texi. diff -r 267a8bdcab21 -r 4e411168887d admin/admin.el --- a/admin/admin.el Sun Jun 15 02:38:02 2008 +0000 +++ b/admin/admin.el Sun Jun 15 02:39:07 2008 +0000 @@ -80,6 +80,9 @@ (rx (and ".TH EMACS" (1+ not-newline) "GNU Emacs" (1+ space) (submatch (1+ (in "0-9.")))))) + (set-version-in-file root "doc/misc/faq.texi" version + (rx (and "VER" (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."))))))