diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2025-10-06 19:24:26 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-06 12:36:08 -0700 |
| commit | a0450ed8c78d48ee4474ea71b4e8fddc90033884 (patch) | |
| tree | 17b0cab41a241a74d19a8359c0eb4b5b3f474dec /docs/markdown | |
| parent | 202d15d01b09ebb523d886b98ac668eb666de70d (diff) | |
| download | meson-a0450ed8c78d48ee4474ea71b4e8fddc90033884.tar.gz | |
docs: fix meson.build example for cementing a version from VCS
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Creating-releases.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Creating-releases.md b/docs/markdown/Creating-releases.md index 44c127eec..7b97aec78 100644 --- a/docs/markdown/Creating-releases.md +++ b/docs/markdown/Creating-releases.md @@ -104,7 +104,7 @@ following example. `meson.build`: ```meson project('tig', 'c', - version : run_command('version.sh', 'get-vcs').stdout.strip()) + version : run_command('version.sh', 'get-vcs').stdout().strip()) meson.add_dist_script('version.sh', 'set-dist', meson.project_version()) ``` |
