Skip to content

Commit 131ba63

Browse files
committed
prepare for version 0.16.1
1 parent 2052a05 commit 131ba63

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Changes

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +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-
17-
0.16.0 (13 Feb 2025):
14+
0.16.1 (13 Feb 2025):
1815
---------------------
1916

20-
OCamlbuild 0.16.0 improves ocamlbuild's behavior
17+
OCamlbuild 0.16.1 improves ocamlbuild's behavior
2118
when cross-compiling for Windows.
2219

2320
- Set default values of `Options.ext_*` and `Options.exe` from the output of
2421
`Options.ocamlc "-config"` (Useful when `Options.ocamlc` is a cross compiler)
25-
(#353 by Pierre Boutillier, reviewed by Kate Deplaix and Hugo Heuzard,
22+
(#353, #361 by Pierre Boutillier, reviewed by Kate Deplaix and Hugo Heuzard,
2623
requested by whitequark in #181)
2724
- Misc: continue improving the CI
2825
(#355 by Hugo Heuzard)

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.16.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.16.1

0 commit comments

Comments
 (0)