Skip to content

Commit

Permalink
Add OCaml 5.3.0~alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Sep 20, 2024
1 parent b456b79 commit 1c10728
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ocaml_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ module Releases = struct
let v5_3_0 = of_string_exn "5.3.0"
let v5_3 = v5_3_0

let v5_4_0 = of_string_exn "5.4.0"
let v5_4 = v5_4_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 @@ -242,8 +245,8 @@ module Releases = struct

let latest = v5_2

let unreleased_betas = [ ]
let dev = [ v5_3 ]
let unreleased_betas = [ of_string_exn "5.3.0~alpha1" ]
let dev = [ v5_3; v5_4 ]

let trunk =
match dev with
Expand Down

0 comments on commit 1c10728

Please sign in to comment.