mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 21:14:19 -05:00
VRMVersion version v0.52
This commit is contained in:
parent
39f29c28d9
commit
082bb57af4
|
|
@ -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}"";
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user