Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 43ea5b7

Browse files
committed
tdm beta 13
1 parent 12087a1 commit 43ea5b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AngelLoader/Forms/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ and does NOT have its text transferred over. It ends up with blank text.
874874
const string betaVer = "4";
875875
string title = "AngelLoader " + Application.ProductVersion + " beta " + betaVer;
876876
#else
877-
string title = "AngelLoader " + Application.ProductVersion + " (TDM beta 12)";
877+
string title = "AngelLoader " + Application.ProductVersion + " (TDM beta 13)";
878878
#endif
879879
#if X64
880880
title += " (64-bit)";

0 commit comments

Comments
 (0)