Skip to content

Commit

Permalink
Bump version: 1.0.2-prerel32 → 1.0.2-prerel33
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbeckford committed Dec 15, 2022
1 parent f8fb007 commit 948f8fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dkml-base-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: "dkml-base-compiler"
# Examples:
# - 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
# Confer: Version Ordering in https://opam.ocaml.org/doc/Manual.html#Package-Formulas
version: "4.14.0~v1.0.2~prerel32"
version: "4.14.0~v1.0.2~prerel33"
synopsis: "OCaml cross-compiler and libraries from the DKML distribution that works with at least Win32 and macOS"
description:
"""The DKML distribution of the OCaml bytecode and native compiler, Stdlib and the other OCaml libraries (str, unix, bigarray, etc.).
Expand All @@ -26,7 +26,7 @@ depends: [
"base-bigarray" {post}
"base-threads" {post}

"dkml-runtime-common-native" {= "1.0.2~prerel32"}
"dkml-runtime-common-native" {= "1.0.2~prerel33"}
]
depopts: [
"ocaml-option-32bit"
Expand Down
2 changes: 1 addition & 1 deletion dkml-compiler-env.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "1.0.2~prerel32"
version: "1.0.2~prerel33"
synopsis: "Scripts to configure DKML compilation in various environments"
description: "Scripts to configure DKML compilation in various environments"
maintainer: ["[email protected]"]
Expand Down

0 comments on commit 948f8fa

Please sign in to comment.