Skip to content

Commit 99cb5d9

Browse files
committed
release 4.14.1
1 parent b49060f commit 99cb5d9

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCaml 4.14 maintenance branch
1+
OCaml 4.14.1 (20 December 2022)
22
------------------------------
33

44
### Bug fixes:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4.14.1+dev3-2022-12-19
1+
4.14.1
22

33
# Starting with OCaml 4.14, although the version string that appears above is
44
# still correct and this file can thus still be used to figure it out,

boot/ocamlc

7 Bytes
Binary file not shown.

boot/ocamllex

34 Bytes
Binary file not shown.

build-aux/ocaml_version.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The following macro, OCAML__DEVELOPMENT_VERSION, should be either
2626
# [true] of [false].
2727

28-
m4_define([OCAML__DEVELOPMENT_VERSION], [true])
28+
m4_define([OCAML__DEVELOPMENT_VERSION], [false])
2929

3030
# The three following components (major, minor and patch level) MUST be
3131
# integers. They MUST NOT be left-padded with zeros and all of them,
@@ -36,7 +36,7 @@ m4_define([OCAML__VERSION_MINOR], [14])
3636
m4_define([OCAML__VERSION_PATCHLEVEL], [1])
3737
# Note that the OCAML__VERSION_EXTRA string defined below is always empty
3838
# for officially-released versions of OCaml.
39-
m4_define([OCAML__VERSION_EXTRA], [dev3-2022-12-19])
39+
m4_define([OCAML__VERSION_EXTRA], [])
4040

4141
# The OCAML__VERSION_EXTRA_PREFIX macro defined below should be a
4242
# single character:

configure

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ocaml-variants.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
2-
version: "4.14.1+trunk"
2+
version: "4.14.1"
33
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
4-
synopsis: "OCaml development version"
4+
synopsis: "Official release of OCaml 4.14.1"
55
depends: [
66
"ocaml" {= "4.14.1" & post}
77
"base-unix" {post}

0 commit comments

Comments
 (0)