view netinstall/version.pl @ 2422:39c1377df3a0

[xemacs-hg @ 2004-12-06 03:59:26 by ben] xemacs-faq: As per Adrian's suggestion, mention that Pitts Jarvis is deceased
author ben
date Mon, 06 Dec 2004 03:59:26 +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";
  }
}