view netinstall/version.pl @ 4635:432f7d701731

Update CHANGES-beta for "garbanzo".
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 18 May 2009 22:07:03 +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";
  }
}