view netinstall/version.pl @ 1670:e1d18dbb7692

[xemacs-hg @ 2003-09-07 21:52:25 by youngs] Update xemacs_extra_name.
author youngs
date Sun, 07 Sep 2003 21:52:25 +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";
  }
}