view netinstall/version.pl @ 894:2367ca81af28

[xemacs-hg @ 2002-07-02 15:00:50 by stephent] XEmacs 21.5.7 "broccoflower" is released.
author stephent
date Tue, 02 Jul 2002 15:01:30 +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";
  }
}