Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed May 11, 2017
1 parent 6ee0434 commit 4934c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NiceHashMiner/Forms/Form_Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public partial class Form_Main : Form, Form_Loading.IAfterInitializationCaller,
int flowLayoutPanelVisibleCount = 0;
int flowLayoutPanelRatesIndex = 0;

const string _betaAlphaPostfixString = "";
const string _betaAlphaPostfixString = " Pre Release_01";

private bool _isDeviceDetectionInitialized = false;

Expand Down
4 changes: 2 additions & 2 deletions NiceHashMiner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.5.10")]
[assembly: AssemblyFileVersion("1.7.5.10")]
[assembly: AssemblyVersion("1.7.5.11")]
[assembly: AssemblyFileVersion("1.7.5.11")]

0 comments on commit 4934c5a

Please sign in to comment.