We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a496fa5 commit fc037ecCopy full SHA for fc037ec
src/params.ml
@@ -477,6 +477,7 @@ let configuration toolbox force =
477
in
478
let lines =
479
[ "version == \"" ^ rawversion () ^ "\""
480
+ ; "cmdline_api_version == 2"
481
; "built_with == \"OCaml " ^ Sys.ocaml_version ^ "\""
482
; "tlapm_executable == \"" ^ Sys.executable_name ^ "\""
483
; "max_threads == " ^ string_of_int !max_threads
0 commit comments