Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 5233:705ff51e3b6b
Replace references to GNU Emacs with XEmacs in alpha.h.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sun, 13 Jun 2010 18:01:11 +0900 |
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"; } }