|
@@ -43,7 +43,7 @@ let version_number = "0.3.0";;
|
|
|
(* Variable store building information *)
|
|
|
(* XXX This is fake value, it corresponds to the running
|
|
|
* information *)
|
|
|
-let build_info = ( "Build with OCaml version " ^ (Sys.ocaml_version) ^ " on " ^ (Sys.os_type) );;
|
|
|
+let build_info = ( "Built with OCaml version " ^ (Sys.ocaml_version) ^ " on " ^ (Sys.os_type) );;
|
|
|
|
|
|
let () =
|
|
|
Command_def.run ~version:version_number ~build_info:build_info ()
|