1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +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
{
Text = $@"{asm.Version}"
Text = $@"{asm.Version.Major}.{asm.Version.Minor}.{asm.Version.Build}"
},
}
},