Beta code v0.6
This commit is contained in:
@@ -13,8 +13,8 @@ namespace BMGEditor
|
|||||||
public static class Variables
|
public static class Variables
|
||||||
{
|
{
|
||||||
public const string softwareName = "Luma";
|
public const string softwareName = "Luma";
|
||||||
public const string softwareVersion = "v0.4.5";
|
public const string softwareVersion = "v0.6";
|
||||||
public const UInt64 softwareInternalVersion = 45;
|
public const UInt64 softwareInternalVersion = 60;
|
||||||
public const UInt64 build = 1; //Getting ready for 1.0
|
public const UInt64 build = 1; //Getting ready for 1.0
|
||||||
public const bool isBeta = true;
|
public const bool isBeta = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user