view netinstall/version.pl @ 820:f770374ae506

[xemacs-hg @ 2002-04-28 06:40:26 by youngs] 2002-04-28 Steve Youngs <youngs@xemacs.org> * mule/mule-charset.el: Revert my last patch. 'string-to-char-list'.
author youngs
date Sun, 28 Apr 2002 06:40:33 +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";
  }
}