view netinstall/version.pl @ 4950:c50b0b3c7b8d

Random changes to make-msgfile.lex -------------------- ChangeLog entries follow: -------------------- lib-src/ChangeLog addition: 2010-01-26 Ben Wing <ben@xemacs.org> * make-msgfile.lex: Vague hacking on this file, insert a comment about what should be done if we ever want this to work.
author Ben Wing <ben@xemacs.org>
date Tue, 26 Jan 2010 22:44:43 -0600
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";
  }
}