view netinstall/version.pl @ 1000:260c3ca9785e

[xemacs-hg @ 2002-09-12 21:54:19 by youngs] Update xemacs_extra_name.
author youngs
date Thu, 12 Sep 2002 21:54:19 +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";
  }
}