Release 1.9.2.2

This commit is contained in:
UnknownShadow200 2020-06-14 19:48:56 +10:00
parent f0fa637529
commit 58cabbcee7
7 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE;TEN_BIT_BLOCKS</DefineConstants>
<DefineConstants>TRACE;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\..\Source\General.ruleset</CodeAnalysisRuleSet>

View File

@ -40,7 +40,7 @@ namespace MCGalaxy {
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");
/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
public const string InternalVersion = "1.9.2.1";
public const string InternalVersion = "1.9.2.2";
public static string Version { get { return InternalVersion; } }
public static string SoftwareName = "MCGalaxy";

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
1.9.2.1
1.9.2.2