diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-09-11 19:38:06 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 19:38:06 +0530 |
commit | 1819dc851a6f80ab1658a98dbc20ab20cc11bfde (patch) | |
tree | 9be3021aab1f729b175a836a8cf4cbac04ee3e21 | |
parent | 7ae3fbf88d0c5614f0966aa47b11cc4378fdabee (diff) | |
download | meson-1819dc851a6f80ab1658a98dbc20ab20cc11bfde.zip meson-1819dc851a6f80ab1658a98dbc20ab20cc11bfde.tar.gz meson-1819dc851a6f80ab1658a98dbc20ab20cc11bfde.tar.bz2 |
Document version when both_libraries() was added [skip ci]
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 71771a5..907ceda 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -142,6 +142,8 @@ library. In addition it supports the following extra methods: - `get_shared_lib()` returns the shared library build target - `get_static_lib()` returns the static library build target +*Added 0.46.0* + ### build_target() Creates a build target whose type can be set dynamically with the |