From 638dacbbf4383149606049654d438a6bcf534fa7 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Fri, 14 Aug 2020 00:19:30 +0200 Subject: [PATCH] feat: use "D" prefix for dalamud version numbers --- Dalamud/Game/ChatHandlers.cs | 2 +- Dalamud/Interface/DalamudCreditsWindow.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud/Game/ChatHandlers.cs b/Dalamud/Game/ChatHandlers.cs index d7ee31a9e..59de423b9 100644 --- a/Dalamud/Game/ChatHandlers.cs +++ b/Dalamud/Game/ChatHandlers.cs @@ -208,7 +208,7 @@ namespace Dalamud.Game { private void PrintWelcomeMessage() { var assemblyVersion = Assembly.GetAssembly(typeof(ChatHandlers)).GetName().Version.ToString(); - this.dalamud.Framework.Gui.Chat.Print(string.Format(Loc.Localize("DalamudWelcome", "Dalamud v{0} loaded."), assemblyVersion)); + this.dalamud.Framework.Gui.Chat.Print(string.Format(Loc.Localize("DalamudWelcome", "Dalamud vD{0} loaded."), assemblyVersion)); foreach (var plugin in this.dalamud.PluginManager.Plugins) { diff --git a/Dalamud/Interface/DalamudCreditsWindow.cs b/Dalamud/Interface/DalamudCreditsWindow.cs index 8dfb01277..d3ce4f393 100644 --- a/Dalamud/Interface/DalamudCreditsWindow.cs +++ b/Dalamud/Interface/DalamudCreditsWindow.cs @@ -11,7 +11,7 @@ namespace Dalamud.Interface private const string CreditsTextTempl = @" Dalamud A FFXIV Hooking Framework -Version {0} +Version D{0} created by: