Skip to content

Commit 44428dd

Browse files
authored
Merge pull request #600 from djs55/bump-ocaml
ocaml: bump to 4.14
2 parents 281c14b + be8a969 commit 44428dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ depends:
99
opam install vpnkit alcotest ounit -y
1010

1111
ocaml:
12-
ocaml -version || opam init --compiler=4.12.0
12+
ocaml -version || opam init --compiler=4.14.0
1313
opam pin add vpnkit . -n
1414

1515
depends:

scripts/licenses.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ All rights reserved.
777777
778778
|} ^ bsd_2_clause_simplified
779779
}
780-
| "mirage-kv.4.0.0" | "mirage-kv.4.0.1" -> {
780+
| "mirage-kv.4.0.0" | "mirage-kv.4.0.1" | "mirage-kv.5.0.0" -> {
781781
link = "https://github.com/mirage/mirage-kv/blob/5c2c75e5a0efc0c9390b11fab75b1e706ea8d4ab/LICENSE.md";
782782
text = isc
783783
}

0 commit comments

Comments
 (0)