Skip to content

Commit

Permalink
Bump xna version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBartlett committed Feb 1, 2025
1 parent 9826857 commit 0d5658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DXMainClient/DXGUI/Multiplayer/CnCNet/CnCNetLobby.cs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ private void PostUIInit()
gameCreationPanel.Hide();

//string clientVersion = GitVersionInformation.AssemblySemVer;
string clientVersion = "yr/develop, based on the XNA Client Version 2.11.6.0, develop/383933d";
string clientVersion = "yr/develop, based on the XNA Client Version 2.11.6.0, develop/3c0d2e0";
#if DEVELOPMENT_BUILD
clientVersion = $"{GitVersionInformation.CommitDate} {GitVersionInformation.BranchName}@{GitVersionInformation.ShortSha}";
#endif
Expand Down

0 comments on commit 0d5658a

Please sign in to comment.