Skip to content

Commit

Permalink
increment version number after tagging 4.14.0~rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Mar 8, 2022
1 parent 93c2a7f commit db17a8e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.14.0~rc1
4.14.0+dev10-2022-03-08

# 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
4 changes: 2 additions & 2 deletions build-aux/ocaml_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ m4_define([OCAML__VERSION_MINOR], [14])
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], [rc1])
m4_define([OCAML__VERSION_EXTRA], [dev10-2022-03-08])

# The OCAML__VERSION_EXTRA_PREFIX macro defined below should be a
# single character:
Expand All @@ -45,7 +45,7 @@ m4_define([OCAML__VERSION_EXTRA], [rc1])
# 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
34 changes: 17 additions & 17 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: "4.14.0~rc1"
version: "4.14.0+trunk"
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
synopsis: "First release candidate of OCaml 4.14.0"
synopsis: "OCaml development version"
depends: [
"ocaml" {= "4.14.0" & post}
"base-unix" {post}
Expand Down

0 comments on commit db17a8e

Please sign in to comment.