diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-08-13 21:01:23 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2018-09-12 15:38:00 +0100 |
commit | 8b3ad3e9a061a0e66b60e31655e10473b05ee5b3 (patch) | |
tree | 3585eae851690bd9614d6bd19fc285708e1a74e6 /docs/markdown/Reference-manual.md | |
parent | eb260f614195306d91e525f703eaa5708c0b1e88 (diff) | |
download | meson-8b3ad3e9a061a0e66b60e31655e10473b05ee5b3.zip meson-8b3ad3e9a061a0e66b60e31655e10473b05ee5b3.tar.gz meson-8b3ad3e9a061a0e66b60e31655e10473b05ee5b3.tar.bz2 |
Add a release note snippet
Also tweak releated documentation
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 71771a5..a6a35f9 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1092,7 +1092,7 @@ Project supports the following keyword arguments. `meson.project_license()`. - `meson_version` takes a string describing which Meson version the - project requires. Usually something like `>0.28.0`. + project requires. Usually something like `>=0.28.0`. - `subproject_dir` specifies the top level directory name that holds Meson subprojects. This is only meant as a compatibility option |