view netinstall/version.pl @ 4063:da6da82d7d79

[xemacs-hg @ 2007-07-16 13:34:27 by aidan] Don't highlight in isearch when executing as a keyboard macro
author aidan
date Mon, 16 Jul 2007 13:34:27 +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";
  }
}