Skip to content

Commit 822d0a0

Browse files
committed
increment version number after tagging 4.12.0
1 parent 62b6fc9 commit 822d0a0

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
OCaml 4.12, maintenance version
2+
-------------------------------
3+
14
OCaml 4.12.0 (24 February 2021)
25
-------------------------------
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4.12.0
1+
4.12.1+dev0-2021-02-24
22

33
# The version string is the first line of this file.
44
# It must be in the format described in stdlib/sys.mli

configure

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

ocaml-variants.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
opam-version: "2.0"
2-
version: "4.12.0"
3-
synopsis: "OCaml 4.12.0"
2+
version: "4.12.1+trunk"
3+
synopsis: "OCaml 4.12 maintenance version"
44
depends: [
5-
"ocaml" {= "4.12.0" & post}
5+
"ocaml" {= "4.12.1" & post}
66
"base-unix" {post}
77
"base-bigarray" {post}
88
"base-threads" {post}

0 commit comments

Comments
 (0)