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

Commit 5852f5d

Browse files
committed
tdm beta 12
1 parent f33111f commit 5852f5d

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
@@ -879,7 +879,7 @@ and does NOT have its text transferred over. It ends up with blank text.
879879
const string betaVer = "4";
880880
string title = "AngelLoader " + Application.ProductVersion + " beta " + betaVer;
881881
#else
882-
string title = "AngelLoader " + Application.ProductVersion + " (TDM beta 11)";
882+
string title = "AngelLoader " + Application.ProductVersion + " (TDM beta 12)";
883883
#endif
884884
#if X64
885885
title += " (64-bit)";

0 commit comments

Comments
 (0)