]> code.delx.au - gnu-emacs/blobdiff - admin/admin.el
Merge changes from emacs-23 branch.
[gnu-emacs] / admin / admin.el
index f2cf008f475a6d5baf5c6881fcbfbdb88d2c78bb..51bbecf4c575c49928a15d609a82048add98cdd8 100644 (file)
@@ -95,6 +95,9 @@ Root must be the root of an Emacs source tree."
   (set-version-in-file root "lib-src/makefile.w32-in" version
                       (rx (and "VERSION" (0+ space) "=" (0+ space)
                                (submatch (1+ (in "0-9."))))))
+  (set-version-in-file root "nt/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