Skip to content

Commit

Permalink
tdm beta 13
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Oct 27, 2023
1 parent 12087a1 commit 43ea5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AngelLoader/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down

0 comments on commit 43ea5b7

Please sign in to comment.