mirror of https://github.com/ppy/osu
Update score encoder version to be higher than any existing stable version
This commit is contained in:
parent
c0fdbfba04
commit
4d9fffc01b
|
@ -15,7 +15,10 @@ namespace osu.Game.Scoring.Legacy
|
|||
{
|
||||
public class LegacyScoreEncoder
|
||||
{
|
||||
public const int LATEST_VERSION = 128;
|
||||
/// <summary>
|
||||
/// Database version in stable-compatible YYYYMMDD format.
|
||||
/// </summary>
|
||||
public const int LATEST_VERSION = 30000000;
|
||||
|
||||
private readonly Score score;
|
||||
private readonly IBeatmap beatmap;
|
||||
|
|
Loading…
Reference in New Issue