Skip to content

Commit

Permalink
Change XNA client version info
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBartlett committed Feb 13, 2025
1 parent f0991e2 commit de1d080
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 @@ -559,7 +559,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/e5034eb";
string clientVersion = "yr/develop, based on the XNA Client Version 2.11.7.0, develop/e5034eb";
#if DEVELOPMENT_BUILD
clientVersion = $"{GitVersionInformation.CommitDate} {GitVersionInformation.BranchName}@{GitVersionInformation.ShortSha}";
#endif
Expand Down

0 comments on commit de1d080

Please sign in to comment.