diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 111eae0bc..8cdf56dc4 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -8,7 +8,7 @@ - 6.4.0.44 + 7.0.0.0 XIV Launcher addon framework $(DalamudVersion) $(DalamudVersion) diff --git a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs index 468bdb3f3..c035f0d6f 100644 --- a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs +++ b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs @@ -18,12 +18,14 @@ namespace Dalamud.Interface.Internal.Windows /// /// Whether the latest update warrants a changelog window. /// - public const string WarrantsChangelogForMajorMinor = "6.4."; + public const string WarrantsChangelogForMajorMinor = "7.0."; private const string ChangeLog = - @"• Updated Dalamud for compatibility with Patch 6.1. + @"• Updated Dalamud for compatibility with Patch 6.2 +• Made things more speedy +• Plugins can now be toggled off while remaining installed, instead of being removed completely -If you note any issues or need help, please check the FAQ, and reach out on our Discord if you need help +If you note any issues or need help, please check the FAQ, and reach out on our Discord if you need help. Thanks and have fun!"; private const string UpdatePluginsInfo =