VRMVersion version v0.52

This commit is contained in:
j-hirose 2019-05-30 23:05:53 +09:00
parent 39f29c28d9
commit 082bb57af4
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ namespace VRM
public const int MAJOR = {0};
public const int MINOR = {1};
public const int PATCH = {2};
public const string PRE_ID = {3};
public const string PRE_ID = ""{3}"";
public const string VERSION = ""{0}.{1}.{2}{4}"";
}}

View File

@ -4,10 +4,10 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 51;
public const int MINOR = 52;
public const int PATCH = 0;
public const string PRE_ID = "";
public const string VERSION = "0.51.0";
public const string VERSION = "0.52.0";
}
}