File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Changes breaking compatibility are marked with a "* " bullet instead
12
12
of the usual "- ".
13
13
14
14
15
- NEXT_RELEASE :
16
- -------------
15
+ 0.11.0 (5 Mar 2017) :
16
+ --------------------
17
17
18
18
OCamlbuild 0.11.0 introduces a change to the way `.cmxs` files are
19
19
produced when no `.mldylib` file is absent: it will now use the exact
@@ -96,7 +96,8 @@ detailed changelog below for details.
96
96
97
97
These releases were never widely distributed, because of
98
98
a quickly-caught regression due to the change of .cmxs compilation
99
- behavior (#132).
99
+ behavior (#132), fixed with the help Daniel Bünzli, Jérémie Dimino
100
+ and, in particular, whitequark.
100
101
101
102
0.9.3 (6 Oct 2016):
102
103
-------------------
Original file line number Diff line number Diff line change 1
1
# Specification for the "ocamlbuild" library
2
2
requires = "unix"
3
- version = "NEXT_RELEASE "
3
+ version = "0.11 "
4
4
description = "ocamlbuild support library"
5
5
archive(byte) = "ocamlbuildlib.cma"
6
6
archive(native) = "ocamlbuildlib.cmxa"
Original file line number Diff line number Diff line change 1
- NEXT_RELEASE
1
+ 0.11.0
You can’t perform that action at this time.
0 commit comments