view netinstall/version.pl @ 2086:8910d68922c1

[xemacs-hg @ 2004-05-17 21:50:27 by viteno] Update xemacs_extra_name.
author viteno
date Mon, 17 May 2004 21:50:27 +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";
  }
}