diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-19 21:26:05 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-20 00:51:14 +0100 |
commit | 3fd23da5ee2e69e1aca663b52ecf1f3d61188a64 (patch) | |
tree | a2b37af18c785fc6076e1e0a9f44ac85c91176ca /doc/classes | |
parent | 6947bed015c33706b9a441fd47cd84f0da99097c (diff) |
Rename the version's "revision" to "build"
That "revision" was inherited from SVN days but had been since then
used to give information about the build: "custom_build", "official",
"<some distro's build>".
It can now be overridden with the BUILD_NAME environment variable.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Engine.xml | 4 |
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"> |