Skip to content

Commit 7afb494

Browse files
committed
Update verison to 1.5
1 parent 18f8575 commit 7afb494

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dune-project

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.7)
22
(name landmarks)
3-
(version 1.4)
3+
(version 1.5)
44

55
(maintainers "Marc Lasson <marc.lasson@lexifi.com>")
66
(authors "Marc Lasson <marc.lasson@lexifi.com>")
@@ -31,6 +31,6 @@ landmarks library.")
3131
(depends
3232
(ocaml (>= 4.08))
3333
(ppxlib (>= 0.22))
34-
(landmarks (= 1.4))
34+
(landmarks (= 1.5))
3535
)
3636
)

landmarks-ppx.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "1.4"
3+
version: "1.5"
44
synopsis: "Preprocessor instrumenting code using the landmarks library"
55
description: """
66
Automatically or semi-automatically instrument your code using
@@ -14,7 +14,7 @@ depends: [
1414
"dune" {>= "2.7"}
1515
"ocaml" {>= "4.08"}
1616
"ppxlib" {>= "0.22"}
17-
"landmarks" {= "1.4"}
17+
"landmarks" {= "1.5"}
1818
"odoc" {with-doc}
1919
]
2020
build: [

landmarks.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "1.4"
3+
version: "1.5"
44
synopsis: "A simple profiling library"
55
description: """
66
Landmarks is a simple profiling library for OCaml. It provides

0 commit comments

Comments
 (0)