view netinstall/version.pl @ 2796:d3bdda4872ac

[xemacs-hg @ 2005-06-01 10:51:34 by crestani] * ralloc.c: * ralloc.c (r_alloc_free): Call refill_memory_reserve only if MC_ALLOC is not defined.
author crestani
date Wed, 01 Jun 2005 10:51:36 +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";
  }
}