diff --git a/Changelog.txt b/Changelog.txt index fdc5bd15d..f375dc4b6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,10 @@ v 1.8.8.6 +Fixed: /os lb add/edit always creating blocks with uppercase names +Fixed: double {{ in IRC messages +Fixed: new servers not auto generating builder/advbuilder/op/superop ranks +Removed: /changelog as it was mostly useless anyways + +v 1.8.8.5 Added: IP connection throttling Added: ported across fCraft map generator Added: new BlockDB format diff --git a/MCGalaxy/properties/AssemblyInfo.cs b/MCGalaxy/properties/AssemblyInfo.cs index d93914389..6a4230931 100644 --- a/MCGalaxy/properties/AssemblyInfo.cs +++ b/MCGalaxy/properties/AssemblyInfo.cs @@ -37,7 +37,7 @@ permissions and limitations under the Licenses. // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("24d9085c-78ba-4f53-b69c-f2b52153683f")] -[assembly: AssemblyVersion("1.8.8.5")] +[assembly: AssemblyVersion("1.8.8.6")] // Version information for an assembly consists of the following four values: // diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 4bf63ac2c..87dcfceac 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index 75a1ef591..aed4d4ff2 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 39f67e025..1495f15a8 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.8.8.5 \ No newline at end of file +1.8.8.6 \ No newline at end of file