Skip to content

Commit

Permalink
Version: 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbeckford committed Sep 11, 2024
1 parent 78edd98 commit 7a0c2c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# An empty OCaml package. All the interesting things are not OCaml (ie. scripts)
# in the lib folder. META is needed so that Dune (etc.) can lookup the lib folder
# through findlib.
version = "2.1.2"
version = "2.1.3"
description = ""
requires = ""
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dkml-runtime-common 2.1.2
# dkml-runtime-common 2.1.3

Common runtime code used in DKML.

Expand Down
2 changes: 1 addition & 1 deletion dkml-runtime-common.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.2"
version: "2.1.3"
synopsis: "Common runtime code used in DkML"
description: "Common runtime code used in DKML.

Expand Down
2 changes: 1 addition & 1 deletion template.dkmlroot
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dkml_root_version=2.1.2
dkml_root_version=2.1.3
2 changes: 1 addition & 1 deletion unix/crossplatform-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ default_dkmlvars() {
fi
autodetect_dkmlvars_DiskuvOCamlBinaryPaths_Override="$autodetect_dkmlvars_DiskuvOCamlHome_Override/usr/bin;$autodetect_dkmlvars_DiskuvOCamlHome_Override/bin"
autodetect_dkmlvars_DiskuvOCamlDeploymentId_Override="default-592592597"
autodetect_dkmlvars_DiskuvOCamlVersion_Override=2.1.2
autodetect_dkmlvars_DiskuvOCamlVersion_Override=2.1.3
autodetect_dkmlvars_DiskuvOCamlMSYS2Dir_Override=
}
autodetect_dkmlvars() {
Expand Down

0 comments on commit 7a0c2c5

Please sign in to comment.