(G-JX1-7057): Unify G-UU+9771, G-J83-7057, G-J90-7057 and G-M-H0701.
[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 }