projects
/
chise
/
xemacs-chise.git.1
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
(U+6C17): Add `<-simplified@JP/Jouyou'.
[chise/xemacs-chise.git.1]
/
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
}