Files
godot/editor
Hugo Locurcio 928982891e Add OS.get_version_alias() to return a human-readable Windows/macOS version number
Windows 11's major version number is actually 10.x.x, which can be confusing
if you don't know about this quirk. `OS.get_version_alias()` avoids this
by displaying the "branding" version number and the build number as a suffix,
so that individual updates can still be distinguished from each other.

On macOS, `OS.get_version_alias()` returns the version number prepended
with the version name (e.g. Sequoia for macOS 15).

On other operating systems, this returns the same value as `OS.get_version()`.
2024-12-14 18:47:50 +01:00
..
2024-12-11 15:11:34 +01:00
2024-12-11 11:11:25 +03:00
2024-09-28 23:26:23 +08:00
2024-09-28 23:26:23 +08:00
2024-07-17 18:53:03 +02:00
2024-08-15 08:24:32 +02:00
2024-10-20 13:26:45 +02:00