Skip to content

Commit 340c020

Browse files
committed
prepare for 0.11.0 release
1 parent d1789ef commit 340c020

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Changes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Changes breaking compatibility are marked with a "* " bullet instead
1212
of the usual "- ".
1313

1414

15-
NEXT_RELEASE:
16-
-------------
15+
0.11.0 (5 Mar 2017):
16+
--------------------
1717

1818
OCamlbuild 0.11.0 introduces a change to the way `.cmxs` files are
1919
produced when no `.mldylib` file is absent: it will now use the exact
@@ -96,7 +96,8 @@ detailed changelog below for details.
9696

9797
These releases were never widely distributed, because of
9898
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.
100101

101102
0.9.3 (6 Oct 2016):
102103
-------------------

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.11"
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.11.0

0 commit comments

Comments
 (0)