view netinstall/version.pl @ 3619:90137f7e9d6e

[xemacs-hg @ 2006-10-09 21:51:01 by viteno] Update xemacs_extra_name.
author viteno
date Mon, 09 Oct 2006 21:51:01 +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";
  }
}