1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:52:55 +08:00

Only show first three segments of version (ignore revision number).

This commit is contained in:
Dean Herbert 2017-02-13 20:23:47 +09:00
parent 85e85d32fc
commit d73c48c73d
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -57,7 +57,7 @@ namespace osu.Desktop.Overlays
}, },
new OsuSpriteText new OsuSpriteText
{ {
Text = $@"{asm.Version}" Text = $@"{asm.Version.Major}.{asm.Version.Minor}.{asm.Version.Build}"
}, },
} }
}, },