diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-27 20:01:43 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-29 16:42:59 +0000 |
commit | 3f0a0c1582f55e0da950a7a321d25ffcf240ec6f (patch) | |
tree | 4edcd8f7cfd1e2f40be8253999a6204d3dac470e /docs/markdown/Reference-manual.md | |
parent | 9eb8b6be2874b343ffa1819a3afc2d4ed355b050 (diff) | |
download | meson-3f0a0c1582f55e0da950a7a321d25ffcf240ec6f.zip meson-3f0a0c1582f55e0da950a7a321d25ffcf240ec6f.tar.gz meson-3f0a0c1582f55e0da950a7a321d25ffcf240ec6f.tar.bz2 |
Can read project version from a file.
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 3970d6d..3a844da 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1432,7 +1432,9 @@ Project supports the following keyword arguments. - `version`: which is a free form string describing the version of this project. You can access the value in your Meson build files - with `meson.project_version()`. + with `meson.project_version()`. Since 0.57.0 this can also be a + `File` object pointing to a file that contains exactly one line of + text. ### run_command() |