view netinstall/version.pl @ 3488:7fb336371505

[xemacs-hg @ 2006-07-03 21:51:14 by viteno] Update xemacs_extra_name.
author viteno
date Mon, 03 Jul 2006 21:51:14 +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";
  }
}