summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-11-20 08:54:19 +0100
committerGitHub <noreply@github.com>2017-11-20 08:54:19 +0100
commit83e72877524f1fdd8eeacf96021719770b8fde22 (patch)
tree9f89c49542fc2dd65f96b224c11f34fb07916f57 /doc
parent414b388499a7fbabe85f60a968612175e61540f9 (diff)
parent3fd23da5ee2e69e1aca663b52ecf1f3d61188a64 (diff)
Merge pull request #13053 from akien-mga/methods-mkstr
Remove need to _MKSTR version strings and rename "revision" to "build"
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Engine.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml
index f43bbc2e9d..090e0d7910 100644
--- a/doc/classes/Engine.xml
+++ b/doc/classes/Engine.xml
@@ -71,8 +71,8 @@
"minor" - Holds the minor version number as a String
"patch" - Holds the patch version number as a String
"status" - Holds the status (e.g. "beta", "rc1", "rc2", ... "stable") as a String
- "revision" - Holds the revision (e.g. "custom-build") as a String
- "string" - major + minor + patch + status + revision in a single String
+ "build" - Holds the build name (e.g. "custom-build") as a String
+ "string" - major + minor + patch + status + build in a single String
</description>
</method>
<method name="has_singleton" qualifiers="const">