Hi, I found the following code in some OCaml file: fprintf ppf " Objective Caml version %s@.@." Config.version; But I didn't find any file "Config.*" in the directory. If I am using SVN to generate version number, and I have SVN keyword "$Version$" set somewhere. How can I get the the string and use it in a printf function? -- Thanks, Angela Zhu ------------------------------------------ Dept. of CS, Rice University http://www.cs.rice.edu/~yz2/ ------------------------------------------