Skip to content

Commit

Permalink
Update verison to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed Jan 13, 2025
1 parent 18f8575 commit 3f53400
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unreleased
version 1.5, unreleased
------------------------
* report allocations on major heap (PR #40, @edwinans)
* fix extra allocations for 'allocation' option (PR #40, @edwinans)
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.7)
(name landmarks)
(version 1.4)
(version 1.5)

(maintainers "Marc Lasson <[email protected]>")
(authors "Marc Lasson <[email protected]>")
Expand Down Expand Up @@ -31,6 +31,6 @@ landmarks library.")
(depends
(ocaml (>= 4.08))
(ppxlib (>= 0.22))
(landmarks (= 1.4))
(landmarks (= 1.5))
)
)
4 changes: 2 additions & 2 deletions landmarks-ppx.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.4"
version: "1.5"
synopsis: "Preprocessor instrumenting code using the landmarks library"
description: """
Automatically or semi-automatically instrument your code using
Expand All @@ -14,7 +14,7 @@ depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.22"}
"landmarks" {= "1.4"}
"landmarks" {= "1.5"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion landmarks.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.4"
version: "1.5"
synopsis: "A simple profiling library"
description: """
Landmarks is a simple profiling library for OCaml. It provides
Expand Down

0 comments on commit 3f53400

Please sign in to comment.