view netinstall/version.pl @ 4530:9b182263dbd7 bytecomp-coding-system-2008-10-29

Merge bytecomp-coding-system-2008-10-29.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sun, 02 Nov 2008 03:11:29 +0900
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";
  }
}