diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2018-04-06 22:58:06 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2018-04-06 23:48:48 +0200 |
commit | a4341b30048a25016bf2950098e498ad1f114410 (patch) | |
tree | 0a19db2227b2df5c1124e3b597d1a5f54d80acf5 /docs/markdown/FAQ.md | |
parent | 31f0242a6fad3f15dc42f81927b5627c73516958 (diff) | |
download | meson-a4341b30048a25016bf2950098e498ad1f114410.zip meson-a4341b30048a25016bf2950098e498ad1f114410.tar.gz meson-a4341b30048a25016bf2950098e498ad1f114410.tar.bz2 |
[fixup]: add since to FAQ
Diffstat (limited to 'docs/markdown/FAQ.md')
-rw-r--r-- | docs/markdown/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/FAQ.md b/docs/markdown/FAQ.md index dffef8a..398604a 100644 --- a/docs/markdown/FAQ.md +++ b/docs/markdown/FAQ.md @@ -293,4 +293,4 @@ If on the other hand, you want meson to always use the fallback for dependencies, even when an external dependency exists and could satisfy the version requirements, for example in order to make sure your project builds when fallbacks are used, you can use -`--wrap-mode=forcefallback`. +`--wrap-mode=forcefallback` since 0.46.0. |