view netinstall/version.pl @ 2388:cfff883d4990

[xemacs-hg @ 2004-11-14 12:19:55 by crestani] Fix Cygwin installation and pdump build.
author crestani
date Sun, 14 Nov 2004 12:20:00 +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";
  }
}