diff --git a/MCGalaxy/MCGalaxy_.csproj b/MCGalaxy/MCGalaxy_.csproj
index 250be560d..05395277c 100644
--- a/MCGalaxy/MCGalaxy_.csproj
+++ b/MCGalaxy/MCGalaxy_.csproj
@@ -51,7 +51,7 @@
PdbOnly
True
..\bin\Release\
- TRACE;TEN_BIT_BLOCKS
+ TRACE;
prompt
4
..\..\Source\General.ruleset
diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs
index 126633932..4163e15b2 100644
--- a/MCGalaxy/Server/Server.Fields.cs
+++ b/MCGalaxy/Server/Server.Fields.cs
@@ -40,7 +40,7 @@ namespace MCGalaxy {
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");
/// *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used.
- 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";
diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe
index 612396c83..4a9caf512 100644
Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ
diff --git a/Uploads/MCGalaxyCLI.exe b/Uploads/MCGalaxyCLI.exe
index 493efc4e9..79c18fa4c 100644
Binary files a/Uploads/MCGalaxyCLI.exe and b/Uploads/MCGalaxyCLI.exe differ
diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll
index ea3a797da..d049a4b07 100644
Binary files a/Uploads/MCGalaxy_.dll and b/Uploads/MCGalaxy_.dll differ
diff --git a/Uploads/MCGalaxy_infid.dll b/Uploads/MCGalaxy_infid.dll
index 27ccb975a..ebf567501 100644
Binary files a/Uploads/MCGalaxy_infid.dll and b/Uploads/MCGalaxy_infid.dll differ
diff --git a/Uploads/current_version.txt b/Uploads/current_version.txt
index f94544be2..70da04608 100644
--- a/Uploads/current_version.txt
+++ b/Uploads/current_version.txt
@@ -1 +1 @@
-1.9.2.1
\ No newline at end of file
+1.9.2.2
\ No newline at end of file