view netinstall/version.pl @ 4106:f4b1f7f86ac9

[xemacs-hg @ 2007-08-08 20:52:52 by aidan] Update the changelog following my change earlier
author aidan
date Wed, 08 Aug 2007 20:52:52 +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";
  }
}