view netinstall/version.pl @ 1307:3f994430e7b9

[xemacs-hg @ 2003-02-16 06:13:17 by youngs] XEmacs 21.5.11 "cabbage" is released.
author youngs
date Sun, 16 Feb 2003 06:13:41 +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";
  }
}