Skip to content

Commit 6f6919b

Browse files
committed
Version: 2.1.3
1 parent a001368 commit 6f6919b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dkml-base-compiler.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opam-version: "2.0"
77
# Examples:
88
# - 4.14.0~prerel69 (legacy format) < 4.14.0~v0.4.0 < 4.14.0~v0.4.1~prerel69 < 4.14.0~v0.4.1
99
# Confer: Version Ordering in https://opam.ocaml.org/doc/Manual.html#Package-Formulas
10-
version: "4.14.2~v2.1.2"
10+
version: "4.14.2~v2.1.3"
1111
synopsis: "OCaml cross-compiler and libraries from the DkML distribution"
1212
description:
1313
"""The DkML distribution of the OCaml bytecode and native compiler, Stdlib and the other OCaml libraries (str, unix, bigarray, etc.).
@@ -37,7 +37,7 @@ depends: [
3737
"base-bigarray" {post}
3838
"base-threads" {post}
3939

40-
"dkml-runtime-common" {= "2.1.2"}
40+
"dkml-runtime-common" {= "2.1.3"}
4141

4242
"dkml-host-abi"
4343
("dkml-host-abi-darwin_arm64" |

dkml-compiler-env.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.1.2"
2+
version: "2.1.3"
33
synopsis: "DEPRECATED; use dkml-compiler-src instead. Scripts to configure DKML compilation in various environments"
44
maintainer: ["[email protected]"]
55
authors: ["Diskuv, Inc. <[email protected]>"]

dkml-compiler-src.META

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# An empty OCaml package for dkml-compiler-env. All the interesting things are not OCaml (ie. scripts)
22
# in the lib folder. META is needed so that Dune (etc.) can lookup the lib folder
33
# through findlib.
4-
version = "2.1.2"
4+
version = "2.1.3"
55
description = ""
66
requires = ""

dkml-compiler-src.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.1.2"
2+
version: "2.1.3"
33
synopsis: "Source code used to build the DkML compiler"
44
maintainer: ["[email protected]"]
55
authors: ["Diskuv, Inc. <[email protected]>"]

src/version.semver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.2
1+
2.1.3

0 commit comments

Comments
 (0)