diff --git a/META b/META index ed86d11..b6000d0 100644 --- a/META +++ b/META @@ -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 = "" diff --git a/README.md b/README.md index 8bbaeef..b1ecf75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dkml-runtime-common 2.1.2 +# dkml-runtime-common 2.1.3 Common runtime code used in DKML. diff --git a/dkml-runtime-common.opam b/dkml-runtime-common.opam index 5863089..8d102db 100755 --- a/dkml-runtime-common.opam +++ b/dkml-runtime-common.opam @@ -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. diff --git a/template.dkmlroot b/template.dkmlroot index 2b99454..c855b96 100644 --- a/template.dkmlroot +++ b/template.dkmlroot @@ -1 +1 @@ -dkml_root_version=2.1.2 +dkml_root_version=2.1.3 diff --git a/unix/crossplatform-functions.sh b/unix/crossplatform-functions.sh index ee7ffcb..072e669 100755 --- a/unix/crossplatform-functions.sh +++ b/unix/crossplatform-functions.sh @@ -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() {