diff --git a/RegulatedNoise/Enums and Utility Classes/RegulatedNoiseSettings.cs b/RegulatedNoise/Enums and Utility Classes/RegulatedNoiseSettings.cs index 9ea38d5..0843d5a 100644 --- a/RegulatedNoise/Enums and Utility Classes/RegulatedNoiseSettings.cs +++ b/RegulatedNoise/Enums and Utility Classes/RegulatedNoiseSettings.cs @@ -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. diff --git a/RegulatedNoise/Form1.resx b/RegulatedNoise/Form1.resx index 4694066..9499add 100644 --- a/RegulatedNoise/Form1.resx +++ b/RegulatedNoise/Form1.resx @@ -1499,7 +1499,10 @@ - v1.82 + 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