view netinstall/version.pl @ 3182:3d186ea47725

[xemacs-hg @ 2005-12-29 11:02:29 by michaels] Revert previous change---the beta release manager is in charge of this file.
author michaels
date Thu, 29 Dec 2005 11:02:29 +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";
  }
}