Skip to content

Commit

Permalink
Support for 4.07
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Dec 18, 2017
1 parent 7d17bd5 commit b5c0fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/gen.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ let () =
| (4, 04) -> "404"
| (4, 05) -> "405"
| (4, 06) -> "406"
(* This is a lie, but currently it builds... *)
| (4, 07) -> "406"
| _ ->
Printf.eprintf "Unkown OCaml version %s\n" ocaml_version_str;
exit 1);
Expand Down

0 comments on commit b5c0fe3

Please sign in to comment.