view netinstall/version.pl @ 4519:41c84a94258b

Improve beta-version-name docstring.
author Stephen J. Turnbull <stephen@xemacs.org>
date Tue, 30 Sep 2008 12:35:05 +0900
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";
  }
}