Skip to content

Commit

Permalink
Merge pull request #70 from Octachron/OCaml_4.14.2_release
Browse files Browse the repository at this point in the history
Add OCaml 4.14.2 version
  • Loading branch information
mtelvers authored Mar 19, 2024
2 parents 0e24d51 + 893103a commit c8d16b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ocaml_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ module Releases = struct

let v4_14_0 = of_string_exn "4.14.0"
let v4_14_1 = of_string_exn "4.14.1"
let v4_14 = v4_14_1
let v4_14_2 = of_string_exn "4.14.2"
let v4_14 = v4_14_2

let v5_0_0 = of_string_exn "5.0.0"
let v5_0 = v5_0_0
Expand All @@ -228,7 +229,8 @@ module Releases = struct
v4_07_1; v4_08_0; v4_08_1; v4_09_0; v4_09_1;
v4_10_0; v4_10_1; v4_10_2; v4_11_0; v4_11_1;
v4_11_2; v4_12_0; v4_12_1; v4_13_0; v4_13_1;
v4_14_0; v4_14_1; v5_0_0; v5_1_0; v5_1_1 ]
v4_14_0; v4_14_1; v4_14_2; v5_0_0; v5_1_0;
v5_1_1 ]

let all = [ v3_07; v3_08; v3_09; v3_10; v3_11;
v3_12; v4_00; v4_01; v4_02; v4_03;
Expand Down
3 changes: 3 additions & 0 deletions ocaml_version.mli
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ module Releases : sig
val v4_14_1 : t
(** Version 4.14.1 *)

val v4_14_2 : t
(** Version 4.14.2 *)

val v4_14 : t
(** Latest release in the 4.14.x series *)

Expand Down

0 comments on commit c8d16b7

Please sign in to comment.