view netinstall/version.pl @ 966:fc4a2ec67ea2

[xemacs-hg @ 2002-08-16 12:40:52 by stephent] revert inadvertant commit
author stephent
date Fri, 16 Aug 2002 12:40:52 +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";
  }
}