Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 4431:dd9030354e14
Added tag r21-5-28 for changeset 1af222c75869
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 28 Feb 2008 19:48:36 -0800 |
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"; } }