Skip to content

Commit ff1ab41

Browse files
committed
release 5.4.0~alpha1
1 parent a3b1818 commit ff1ab41

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.4.0+dev3-2025-05-22
1+
5.4.0~alpha1
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], [4])
3636
m4_define([OCAML__VERSION_PATCHLEVEL], [0])
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-2025-05-22])
39+
m4_define([OCAML__VERSION_EXTRA], [alpha1])
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], [dev3-2025-05-22])
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: 25 additions & 25 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: "5.4.0+trunk"
2+
version: "5.4.0~alpha1"
33
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
4-
synopsis: "OCaml development version"
4+
synopsis: "First alpha release of OCaml 5.4.0"
55
maintainer: "caml-list@inria.fr"
66
authors: [
77
"Xavier Leroy"

0 commit comments

Comments
 (0)