From 340c02089003dffd10b654a7eb203ffd01c37799 Mon Sep 17 00:00:00 2001 From: Gabriel Scherer Date: Sun, 5 Mar 2017 17:48:09 -0500 Subject: [PATCH] prepare for 0.11.0 release --- Changes | 7 ++++--- META | 2 +- VERSION | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index b0416917..15d62a97 100644 --- a/Changes +++ b/Changes @@ -12,8 +12,8 @@ Changes breaking compatibility are marked with a "* " bullet instead of the usual "- ". -NEXT_RELEASE: -------------- +0.11.0 (5 Mar 2017): +-------------------- OCamlbuild 0.11.0 introduces a change to the way `.cmxs` files are produced when no `.mldylib` file is absent: it will now use the exact @@ -96,7 +96,8 @@ detailed changelog below for details. These releases were never widely distributed, because of a quickly-caught regression due to the change of .cmxs compilation -behavior (#132). +behavior (#132), fixed with the help Daniel Bünzli, Jérémie Dimino +and, in particular, whitequark. 0.9.3 (6 Oct 2016): ------------------- diff --git a/META b/META index 9eae67e1..e7d303a9 100644 --- a/META +++ b/META @@ -1,6 +1,6 @@ # Specification for the "ocamlbuild" library requires = "unix" -version = "NEXT_RELEASE" +version = "0.11" description = "ocamlbuild support library" archive(byte) = "ocamlbuildlib.cma" archive(native) = "ocamlbuildlib.cmxa" diff --git a/VERSION b/VERSION index 9dfa4d42..142464bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -NEXT_RELEASE \ No newline at end of file +0.11.0 \ No newline at end of file