view netinstall/version.pl @ 3741:8aa52dcfc11a

[xemacs-hg @ 2006-12-12 14:54:49 by vins] Don't require MSVCRTD.dll when building setup kits.
author vins
date Tue, 12 Dec 2006 14:54:49 +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";
  }
}