view netinstall/version.pl @ 1041:ffabf70273fe

[xemacs-hg @ 2002-10-08 05:44:07 by youngs] 2002-09-21 Stephen J. Turnbull <stephen@xemacs.org> * extents.c (Fset_extent_property): Document `syntax-table' property.
author youngs
date Tue, 08 Oct 2002 05:44:15 +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";
  }
}