NOISSUE initial meta version will be 1, map 0 to 1

Metadata for version 1 will be at v1.meta.multimc.org
This commit is contained in:
Petr Mrázek
2017-12-29 01:49:23 +01:00
parent 719f3e863a
commit 75c0046f41
3 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class VersionList;
enum class MetadataVersion
{
Invalid = -1,
InitialRelease = 0
InitialRelease = 1
};
class ParseException : public Exception