(G-UU+8CD3): Unify g2-UU+8CD3, g2-JU+FA64, g2-JX1-7C38 and G-M-36788.
[chise/xemacs-chise.git-] / netinstall / version.pl
1 while (<STDIN>) {
2   if (/^\$Revision:\s*([0-9\.]*)/) {
3     print "char *version = \"$1\";\n";
4     print "static char *id = \"\\n%%% setup-version $1\\n\";\n";
5   }
6 }