IncrementVersion

This commit is contained in:
ousttrue
2018-05-25 16:44:42 +09:00
parent 553dd75e50
commit 689fbe3ca9
4 changed files with 70 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ namespace VRM
const string template = @"
namespace VRM
{{
public static class VRMVersion
public static partial class VRMVersion
{{
public const int MAJOR = {0};
public const int MINOR = {1};