Skip to content

Commit f4255cd

Browse files
committed
Version 0.14.1
1 parent c0a1d21 commit f4255cd

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Changes

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ 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-
-------------
16-
14+
0.14.1 (09 Feb 2021):
15+
---------------------
1716

17+
- Add OCaml 5.00 support
18+
(#315 by Kate Deplaix, reviewed by Gabriel Scherer)
19+
- Fix race conditions when invoking ocamlbuild in parallel from a makefile
20+
(#302 by Gabriel Scherer)
21+
- Removes .so from products of all cmxs rules
22+
(#305 by Ivan Gotovchits, reviewed by Gabriel Scherer)
1823

1924
0.14.0 (23 Feb 2019):
2025
---------------------

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.1"
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.1

0 commit comments

Comments
 (0)