From 987353f78b4e95d978d80211622973efff3eb60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Fri, 10 Feb 2023 17:21:40 +0100 Subject: [PATCH] Expose 4.08.1 and 4.14.1 --- CHANGES.md | 4 ++++ ocaml_version.mli | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 48b98a5..3797525 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## unreleased + +* Expose 4.08.1 and 4.14.1 (@MisterDA #60) + ## v3.6.0 (2023-01-16) * Add 4.14.1 entry (@avsm #56) diff --git a/ocaml_version.mli b/ocaml_version.mli index e9ea075..71e91fc 100644 --- a/ocaml_version.mli +++ b/ocaml_version.mli @@ -339,7 +339,10 @@ module Releases : sig (** Latest release in the 4.07.x series *) val v4_08_0 : t - (** Versior 4.08.0 *) + (** Version 4.08.0 *) + + val v4_08_1 : t + (** Version 4.08.1 *) val v4_08 : t (** Latest release in the 4.08.x series *) @@ -398,6 +401,9 @@ module Releases : sig val v4_14_0 : t (** Version 4.14.0 *) + val v4_14_1 : t + (** Version 4.14.1 *) + val v4_14 : t (** Latest release in the 4.14.x series *)