view netinstall/version.pl @ 3886:06ff7065a7fe

[xemacs-hg @ 2007-03-29 18:15:08 by stephent] Draft CHANGES for 21.5.28
author stephent
date Thu, 29 Mar 2007 18:15:08 +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";
  }
}