mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
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.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user