view netinstall/version.pl @ 1191:f6caf432c494

[xemacs-hg @ 2003-01-06 22:53:07 by youngs] Update xemacs_extra_name.
author youngs
date Mon, 06 Jan 2003 22:53:07 +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";
  }
}