[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Angela Zhu <angela22.zhu@g...> |
| Subject: | print the version number |
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/
------------------------------------------