diff --git a/Changelog.txt b/Changelog.txt
index c071a65cd..ccb23ad66 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,4 +1,5 @@
-v 1.9.1.1
+v 1.9.1.2
+Improved: Can make custom blocks outside 0-16 range.
Fixed: +skin urls not working
Fixed: /award take not working
diff --git a/MCGalaxy/MCGalaxy_.csproj b/MCGalaxy/MCGalaxy_.csproj
index f2cbed841..583a5ab5e 100644
--- a/MCGalaxy/MCGalaxy_.csproj
+++ b/MCGalaxy/MCGalaxy_.csproj
@@ -51,7 +51,7 @@
PdbOnly
True
..\bin\Release\
- TRACE
+ TRACE;TEN_BIT_BLOCKS
prompt
4
..\..\Source\General.ruleset
@@ -64,6 +64,10 @@
+
+ False
+ obj\
+
..\LibNoise.dll
diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs
index 51481d14c..dd81ad338 100644
--- a/MCGalaxy/Server/Server.Fields.cs
+++ b/MCGalaxy/Server/Server.Fields.cs
@@ -43,7 +43,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.1.1";
+ public const string InternalVersion = "1.9.1.2";
public static Version Version { get { return new Version(InternalVersion); } }
public static string VersionString { get { return InternalVersion; } }
diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe
index a060e6d53..d73006431 100644
Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ
diff --git a/Uploads/MCGalaxyCLI.exe b/Uploads/MCGalaxyCLI.exe
index fafa46b6a..715d9ceb2 100644
Binary files a/Uploads/MCGalaxyCLI.exe and b/Uploads/MCGalaxyCLI.exe differ
diff --git a/Uploads/MCGalaxy_ infid.dll b/Uploads/MCGalaxy_ infid.dll
index 5ef2288af..a429018b2 100644
Binary files a/Uploads/MCGalaxy_ infid.dll and b/Uploads/MCGalaxy_ infid.dll differ
diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll
index a9cdf29e4..ac5eaf4bf 100644
Binary files a/Uploads/MCGalaxy_.dll and b/Uploads/MCGalaxy_.dll differ
diff --git a/Uploads/current_version.txt b/Uploads/current_version.txt
index a744d4ee0..2494c3a40 100644
--- a/Uploads/current_version.txt
+++ b/Uploads/current_version.txt
@@ -1 +1 @@
-1.9.1.1
\ No newline at end of file
+1.9.1.2
\ No newline at end of file