Skip to content

Commit 11c5ab7

Browse files
committed
release 4.14.1~rc1
1 parent e4c3920 commit 11c5ab7

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4.14.1+dev1-2022-12-07
1+
4.14.1~rc1
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,

build-aux/ocaml_version.m4

Lines changed: 3 additions & 3 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], [dev1-2022-12-07])
39+
m4_define([OCAML__VERSION_EXTRA], [rc1])
4040

4141
# The OCAML__VERSION_EXTRA_PREFIX macro defined below should be a
4242
# single character:
@@ -45,7 +45,7 @@ m4_define([OCAML__VERSION_EXTRA], [dev1-2022-12-07])
4545
# and with an empty OCAML__VERSION_EXTRA string;
4646
# Or [+] to give more info about this specific version.
4747
# Development releases, for instance, should use a [+] prefix.
48-
m4_define([OCAML__VERSION_EXTRA_PREFIX], [+])
48+
m4_define([OCAML__VERSION_EXTRA_PREFIX], [~])
4949
m4_define([OCAML__VERSION_SHORT], [OCAML__VERSION_MAJOR.OCAML__VERSION_MINOR])
5050
# The OCAML__VERSION below must be in the format specified in stdlib/sys.mli
5151
m4_define([OCAML__VERSION],

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~rc1"
33
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
4-
synopsis: "OCaml development version"
4+
synopsis: "First release candidate of OCaml 4.14.1"
55
depends: [
66
"ocaml" {= "4.14.1" & post}
77
"base-unix" {post}

0 commit comments

Comments
 (0)