Skip to content

Commit 8b6d4ff

Browse files
committed
Version 0.14.2
1 parent 88784c8 commit 8b6d4ff

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Changes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ We also use PR#$N for pull requests.
1111
Changes breaking compatibility are marked with a "* " bullet instead
1212
of the usual "- ".
1313

14-
NEXT_RELEASE:
15-
-------------
14+
0.14.2 (28 Sep 2022):
15+
---------------------
1616

17+
- Add OCaml 5.1 support
18+
(#319 by Kate Deplaix, reviewed by Gabriel Scherer)
1719

1820
0.14.1 (09 Feb 2021):
1921
---------------------

META

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Specification for the "ocamlbuild" library
22
requires = "unix"
3-
version = "NEXT_RELEASE"
3+
version = "0.14.2"
44
description = "ocamlbuild support library"
55
archive(byte) = "ocamlbuildlib.cma"
66
archive(native) = "ocamlbuildlib.cmxa"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NEXT_RELEASE
1+
0.14.2

0 commit comments

Comments
 (0)