view netinstall/version.pl @ 3114:ab73f14e91f1

[xemacs-hg @ 2005-11-29 14:52:44 by stephent] XEmacs 21.5.24 "dandelion" is released.
author stephent
date Tue, 29 Nov 2005 14:54:03 +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";
  }
}