view netinstall/version.pl @ 3090:95be8ad778e3

[xemacs-hg @ 2005-11-24 12:37:59 by malcolmp] etags.c: Update to author version 17.15.
author malcolmp
date Thu, 24 Nov 2005 12:37:59 +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";
  }
}