Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 957:c017b187b1ec
[xemacs-hg @ 2002-08-10 06:37:37 by stephent]
Define runtime and build time. <873ctngr1y.fsf@tleepslib.sk.tsukuba.ac.jp>
| author | stephent |
|---|---|
| date | Sat, 10 Aug 2002 06:37:37 +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"; } }
