feat: use "D" prefix for dalamud version numbers

This commit is contained in:
goat 2020-08-14 00:19:30 +02:00
parent 2c6471204c
commit 638dacbbf4
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{

View file

@ -11,7 +11,7 @@ namespace Dalamud.Interface
private const string CreditsTextTempl = @"
Dalamud
A FFXIV Hooking Framework
Version {0}
Version D{0}
created by: