Skip to content

Commit 59c0ef0

Browse files
committed
OCaml 4.14.0 release
1 parent 423893d commit 59c0ef0

File tree

6 files changed

+658
-4
lines changed

6 files changed

+658
-4
lines changed

site/docs/version_selector.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// This variable should be manually modified when a new version appears.
44
// TODO: do this automatically.
55

6-
var LAST_VERSION="4.13"
7-
var ALL_VERSIONS = [ "latest", "4.13", "4.12", "4.11", "4.10", "4.09", "4.08", "4.07", "4.06",
6+
var LAST_VERSION="4.14"
7+
var ALL_VERSIONS = [ "latest", "4.14", "4.13", "4.12", "4.11", "4.10", "4.09", "4.08", "4.07", "4.06",
88
"4.05", "4.04", "4.03", "4.02", "4.01" ];
99

1010

@@ -20,6 +20,7 @@ if ( CURRENT_VERSION_INDEX == null ) {
2020
// fact, it will probably be unnecessary, since we can directly link
2121
// to the first file of Part III.
2222
var tools_sec = {
23+
"latest": 289,
2324
"latest": 289,
2425
"4.13" : 289,
2526
"4.12" : 286,

site/index.fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<h1><a title="Release of OCaml {{! get LATEST_OCAML_VERSION !}}"
118118
href="/releases/{{! get LATEST_OCAML_VERSION !}}.html"
119119
>Parution d'OCaml {{! get LATEST_OCAML_VERSION !}}</a></h1>
120-
<p>1er octobre 2021</p>
120+
<p>28 mars 2022</p>
121121
<a title="Release of OCaml {{! get LATEST_OCAML_VERSION !}}"
122122
href="/releases/{{! get LATEST_OCAML_VERSION !}}.html">
123123
<img alt="" src="/img/announcement.svg" class="svg" />

site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<h1><a title="Release of OCaml {{! get LATEST_OCAML_VERSION !}}"
120120
href="/releases/{{! get LATEST_OCAML_VERSION !}}.html"
121121
>Release of OCaml {{! get LATEST_OCAML_VERSION !}}</a></h1>
122-
<p>October 1, 2021</p>
122+
<p>March 28, 2022</p>
123123
<a title="Release of OCaml {{! get LATEST_OCAML_VERSION !}}"
124124
href="/releases/{{! get LATEST_OCAML_VERSION !}}.html">
125125
<img alt="" src="/img/announcement.svg" class="svg" />

0 commit comments

Comments
 (0)