Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
stringandstickytape committed Jan 24, 2015
1 parent 39941a9 commit 85e952a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace RegulatedNoise
[Serializable]
public class RegulatedNoiseSettings
{
public readonly decimal Version = 1.82m;
public readonly decimal Version = 1.83m;

public string ProductsPath = "";
public string GamePath = ""; //Should Replace ProductsPath by always contain the newest FORC-FDEV dir.
Expand Down
5 changes: 4 additions & 1 deletion RegulatedNoise/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,10 @@
</value>
</data>
<data name="textBox1.Text" xml:space="preserve">
<value>v1.82
<value>v1.83
* Don't flatline one CPU core scanning log files (sorry 'bout that...)

v1.82
* Fix Crash on Startup (if you had a log file line longer than 1000 characters)

v1.81
Expand Down

0 comments on commit 85e952a

Please sign in to comment.