aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/versionfile.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/versionfile.md')
-rw-r--r--docs/markdown/snippets/versionfile.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/markdown/snippets/versionfile.md b/docs/markdown/snippets/versionfile.md
deleted file mode 100644
index a18803e..0000000
--- a/docs/markdown/snippets/versionfile.md
+++ /dev/null
@@ -1,12 +0,0 @@
-## Project version can be specified with a file
-
-Meson can be instructed to load a project's version string from an
-external file like this:
-
-```meson
-project('foo', 'c' version: files('VERSION'))
-```
-
-The version file must contain exactly one line of text which will
-be used as the project's version. If the line ends in a newline
-character, it is removed.