Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 739:2e5e2ccbeed2
[xemacs-hg @ 2002-02-02 13:42:53 by wmperry]
Fix XPM transparency in GTK, mostly.
| author | wmperry |
|---|---|
| date | Sat, 02 Feb 2002 13:42:54 +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"; } }
