view netinstall/version.pl @ 5155:c97dc3b6de63

partially update CHANGES-beta -------------------- ChangeLog entries follow: -------------------- ChangeLog addition: 2010-03-18 Ben Wing <ben@xemacs.org> * CHANGES-beta: Partially updated with last couple of months worth of changes.
author Ben Wing <ben@xemacs.org>
date Thu, 18 Mar 2010 10:17:13 -0500
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";
  }
}