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:
parent
85e85d32fc
commit
d73c48c73d
@ -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}"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user