view netinstall/version.pl @ 1710:094487d1005d

[xemacs-hg @ 2003-09-22 20:15:11 by adrian] [A21.5R21.4] [PATCH] xemacs-21.5: xref correction for man/lispref/backups.texi -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2003-09-22 Adrian Aichner <adrian@xemacs.org> * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE argument for a cross reference to "The XEmacs User's Manual".
author adrian
date Mon, 22 Sep 2003 20:15:13 +0000
parents 3078fd1074e8
children
line wrap: on
line source

while (<STDIN>) {
  if (/^\$Revision:\s*([0-9\.]*)/) {
    print "char *version = \"$1\";\n";
    print "static char *id = \"\\n%%% setup-version $1\\n\";\n";
  }
}