Skip to content

Commit

Permalink
Merge pull request #67 from Octachron/OCaml_5.3_in_dev
Browse files Browse the repository at this point in the history
Add versions for OCaml 5.3
  • Loading branch information
benmandrew authored Jan 24, 2024
2 parents f4b8da0 + 04f48f9 commit b3e73e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocaml_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ module Releases = struct
let v5_2_0 = of_string_exn "5.2.0"
let v5_2 = v5_2_0

let v5_3_0 = of_string_exn "5.3.0"
let v5_3 = v5_3_0

let all_patches = [
v3_07_0; v3_07_1; v3_07_2; v3_08_0; v3_08_1;
v3_08_2; v3_08_3; v3_08_4; v3_09_0; v3_09_1;
Expand All @@ -238,7 +241,7 @@ module Releases = struct
let latest = v5_1

let unreleased_betas = [ ]
let dev = [ v5_2 ]
let dev = [ v5_3; v5_2 ]

let trunk =
match dev with
Expand Down

0 comments on commit b3e73e4

Please sign in to comment.