Skip to content

Commit

Permalink
rmlbuild version 0.14.0-00
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Sep 24, 2020
1 parent 6588ca3 commit bde4fe4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
18 changes: 8 additions & 10 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,10 @@ We also use PR#$N for pull requests.
Changes breaking compatibility are marked with a "* " bullet instead
of the usual "- ".

NEXT_RELEASE:
------------


0.11.0-00 (10 Oct 2017):
0.14.0-00 (23 Sep 2020):
------------------------

- first independent release of rmlbuild.

changes from dev branch of ocamlbuild:
--------------------------------------

- Update of rmlbuild


0.14.0 (23 Feb 2019):
Expand Down Expand Up @@ -102,6 +94,7 @@ and a few user-contributed features.
as tweaking the C linker can be required for pure-OCaml projects -- see #236
(Gabriel Scherer, report by Nathan Rebours)


- #253: only run native tests if ocamlopt is available.
(Ximin Luo, review by whitequark and Gabriel Scherer)

Expand All @@ -112,6 +105,11 @@ and a few user-contributed features.
it is used for package-local opam switches
(Gabriel Scherer, request by Edwin Török)

0.11.0-00 (10 Oct 2017):
------------------------

- first independent release of rmlbuild.

0.11.0 (5 Mar 2017):
--------------------

Expand Down
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specification for the "ocamlbuild" library
requires = "unix"
version = "NEXT_RELEASE"
version = "0.14.0-00"
description = "rmlbuild support library"
archive(byte) = "rmlbuildlib.cma"
archive(native) = "rmlbuildlib.cmxa"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ install-lib-basics:
$(CP) META $(INSTALL_SIGNATURES) $(INSTALL_LIBDIR)/rmlbuild

install-lib-basics-opam:
echo ' "rmlbuild.opam" {"opam"}' >> rmlbuild.install
echo ' "ocamlbuild.opam" {"opam"}' >> rmlbuild.install
echo ' "META"' >> rmlbuild.install
for lib in $(INSTALL_SIGNATURES); do \
echo " \"$$lib\" {\"$$(basename $$lib)\"}" >> rmlbuild.install; \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_RELEASE
0.14.0-00

0 comments on commit bde4fe4

Please sign in to comment.