view netinstall/version.pl @ 1575:e0ca0b9b1a35

[xemacs-hg @ 2003-07-17 13:10:48 by crestani] 2003-06-11 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * opaque.c: added opaque_ptr_description
author crestani
date Thu, 17 Jul 2003 13:10:49 +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";
  }
}