Skip to content

Commit

Permalink
Remove revision from displayed version number as it is for non-import…
Browse files Browse the repository at this point in the history
…ant version info to end users.
  • Loading branch information
Mgamerz committed May 30, 2019
1 parent 9818fe8 commit 277fc8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ME3Explorer/Main Window/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ public string DisplayedVersion
{
version += "." + assemblyVersion.Build;
}
if (assemblyVersion.Revision != 0)
{
version += "." + assemblyVersion.Revision;
}

#if DEBUG
version += " DEBUG";
Expand Down

0 comments on commit 277fc8d

Please sign in to comment.