view netinstall/version.pl @ 3403:c5d1e8c7bde9

[xemacs-hg @ 2006-05-16 13:48:04 by stephent] Oops ... in the wrong workspace.
author stephent
date Tue, 16 May 2006 13:48:04 +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";
  }
}