view netinstall/version.pl @ 2016:6aa2e57a873e

[xemacs-hg @ 2004-04-15 20:59:24 by olivierg] Moving the dump file inside the executable
author olivierg
date Thu, 15 Apr 2004 20:59:25 +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";
  }
}