diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-14 20:45:37 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-14 20:45:37 +0200 |
commit | 6c2d40ac2818a800f0c875ed1664e80a6d4c2aec (patch) | |
tree | 2874c1643702e11cf69e9fb1588e2a306ee3e567 /docs/markdown | |
parent | d8967054d14efad045a9f2ea26b2fe77acab7e5b (diff) | |
download | meson-6c2d40ac2818a800f0c875ed1664e80a6d4c2aec.zip meson-6c2d40ac2818a800f0c875ed1664e80a6d4c2aec.tar.gz meson-6c2d40ac2818a800f0c875ed1664e80a6d4c2aec.tar.bz2 |
Move version info away from header.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Disabler.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Disabler.md b/docs/markdown/Disabler.md index 81417f6..4aed7ad 100644 --- a/docs/markdown/Disabler.md +++ b/docs/markdown/Disabler.md @@ -2,7 +2,9 @@ short-description: Disabling options ... -# Disabling parts of the build (available since 0.44.0) +# Disabling parts of the build + +*This feature is available since version 0.44.0.* The following is a common fragment found in many projects: |