Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
release 5.0.0~rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Dec 6, 2022
1 parent c61063e commit 14b7348
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.0.0+dev11-2022-12-6
5.0.0~rc1

# Starting with OCaml 4.14, although the version string that appears above is
# still correct and this file can thus still be used to figure it out,
Expand Down
6 changes: 3 additions & 3 deletions build-aux/ocaml_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The following macro, OCAML__DEVELOPMENT_VERSION, should be either
# [true] of [false].

m4_define([OCAML__DEVELOPMENT_VERSION], [true])
m4_define([OCAML__DEVELOPMENT_VERSION], [false])

# The three following components (major, minor and patch level) MUST be
# integers. They MUST NOT be left-padded with zeros and all of them,
Expand All @@ -36,7 +36,7 @@ m4_define([OCAML__VERSION_MINOR], [0])
m4_define([OCAML__VERSION_PATCHLEVEL], [0])
# Note that the OCAML__VERSION_EXTRA string defined below is always empty
# for officially-released versions of OCaml.
m4_define([OCAML__VERSION_EXTRA], [dev11-2022-12-6])
m4_define([OCAML__VERSION_EXTRA], [rc1])

# The OCAML__VERSION_EXTRA_PREFIX macro defined below should be a
# single character:
Expand All @@ -45,7 +45,7 @@ m4_define([OCAML__VERSION_EXTRA], [dev11-2022-12-6])
# and with an empty OCAML__VERSION_EXTRA string;
# Or [+] to give more info about this specific version.
# Development releases, for instance, should use a [+] prefix.
m4_define([OCAML__VERSION_EXTRA_PREFIX], [+])
m4_define([OCAML__VERSION_EXTRA_PREFIX], [~])
m4_define([OCAML__VERSION_SHORT], [OCAML__VERSION_MAJOR.OCAML__VERSION_MINOR])
# The OCAML__VERSION below must be in the format specified in stdlib/sys.mli
m4_define([OCAML__VERSION],
Expand Down
40 changes: 20 additions & 20 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ocaml-variants.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
version: "5.0.0+trunk"
version: "5.0.0~rc1"
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
synopsis: "OCaml development version"
synopsis: "First release candidate of OCaml 5.0.0"
depends: [
"ocaml" {= "5.0.0" & post}
"base-unix" {post}
Expand Down

0 comments on commit 14b7348

Please sign in to comment.