Skip to content

Commit

Permalink
[release] Bump version number
Browse files Browse the repository at this point in the history
Also simplify .opam file by removing optional dependency.
  • Loading branch information
maranget committed Apr 29, 2024
1 parent b89ab3a commit a2c7efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.56+03
7.57
7 changes: 2 additions & 5 deletions herdtools7.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "herdtools7"
version: "7.56+04~dev"
version: "7.57"
synopsis: "The herdtools suite for simulating and studying weak memory models"
maintainer: "Luc Maranget <[email protected]>"
authors: [
Expand All @@ -22,10 +22,7 @@ depends: [
"menhir" {>= "20200123"}
"zarith"
]
depopts: [
"js_of_ocaml-ppx"
]
conflicts: ["ocaml-option-bytecode-only"]
url {
src: "https://github.com/herd/herdtools7/"
src: "https://github.com/herd/herdtools7/archive/refs/tags/7.57.tar.gz"
}

0 comments on commit a2c7efe

Please sign in to comment.