Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openhardwaremonitor/openhardwaremonitor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Möller <mmoeller@openhardwaremonitor.org>2020-05-16 23:43:05 +0300
committerMichael Möller <mmoeller@openhardwaremonitor.org>2020-05-16 23:43:05 +0300
commit39cfbc709d37706e78455aeb2a837d43d789129a (patch)
tree2c0cefc50f04ab5dc8dfa345acfea976c149dacd /Properties
parenta3fe5e66bd8d150ef4ac1b3fe35a54abe8adc897 (diff)
Changed the NCT679XD fan RPM calculation to use the 13-bit fan count register instead of the 16-bit RPM register.
Diffstat (limited to 'Properties')
-rw-r--r--Properties/AssemblyVersion.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Properties/AssemblyVersion.cs b/Properties/AssemblyVersion.cs
index 8b0d8bf..8489e24 100644
--- a/Properties/AssemblyVersion.cs
+++ b/Properties/AssemblyVersion.cs
@@ -10,5 +10,5 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.9.3.1")]
-[assembly: AssemblyInformationalVersion("0.9.3.1 Alpha")] \ No newline at end of file
+[assembly: AssemblyVersion("0.9.3.2")]
+[assembly: AssemblyInformationalVersion("0.9.3.2 Alpha")]