view netinstall/version.pl @ 1655:6f3d0f871934

[xemacs-hg @ 2003-08-31 01:28:00 by adrian] [R21.4] [PATCH] xemacs-21.5: Add autoloaded apropos-customize alias <oey73680.fsf@smtpmail.t-online.de>
author adrian
date Sun, 31 Aug 2003 01:28:03 +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";
  }
}