From 43ea5b75c5d4fd5133698bab870e479a54e6b9ac Mon Sep 17 00:00:00 2001 From: FenPhoenix Date: Fri, 27 Oct 2023 09:51:22 -0700 Subject: [PATCH] tdm beta 13 --- AngelLoader/Forms/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AngelLoader/Forms/MainForm.cs b/AngelLoader/Forms/MainForm.cs index c7197060c..494f676b8 100644 --- a/AngelLoader/Forms/MainForm.cs +++ b/AngelLoader/Forms/MainForm.cs @@ -874,7 +874,7 @@ and does NOT have its text transferred over. It ends up with blank text. const string betaVer = "4"; string title = "AngelLoader " + Application.ProductVersion + " beta " + betaVer; #else - string title = "AngelLoader " + Application.ProductVersion + " (TDM beta 12)"; + string title = "AngelLoader " + Application.ProductVersion + " (TDM beta 13)"; #endif #if X64 title += " (64-bit)";