summaryrefslogtreecommitdiff
path: root/share/cmake-3.16/Help/variable/PROJECT_VERSION.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.16/Help/variable/PROJECT_VERSION.rst')
-rw-r--r--share/cmake-3.16/Help/variable/PROJECT_VERSION.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/cmake-3.16/Help/variable/PROJECT_VERSION.rst b/share/cmake-3.16/Help/variable/PROJECT_VERSION.rst
new file mode 100644
index 0000000..234558d
--- /dev/null
+++ b/share/cmake-3.16/Help/variable/PROJECT_VERSION.rst
@@ -0,0 +1,11 @@
+PROJECT_VERSION
+---------------
+
+Value given to the ``VERSION`` option of the most recent call to the
+:command:`project` command, if any.
+
+See also the component-wise version variables
+:variable:`PROJECT_VERSION_MAJOR`,
+:variable:`PROJECT_VERSION_MINOR`,
+:variable:`PROJECT_VERSION_PATCH`, and
+:variable:`PROJECT_VERSION_TWEAK`.