Fixed issue #701. Writing temporary 0 values to the sensor (NVIDIA GPU clocks) gets them recorded and leads to wrong sensor min values and wrong recorded/averaged values for plotting.

This commit is contained in:
Michael Möller
2015-12-06 19:42:58 +01:00
parent 1fa4a31ac0
commit 5dfad04b31
2 changed files with 8 additions and 7 deletions

View File

@@ -4,11 +4,11 @@
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (C) 2009-2014 Michael Möller <mmoeller@openhardwaremonitor.org>
Copyright (C) 2009-2015 Michael Möller <mmoeller@openhardwaremonitor.org>
*/
using System.Reflection;
[assembly: AssemblyVersion("0.7.1.0")]
[assembly: AssemblyInformationalVersion("0.7.1 Beta")]
[assembly: AssemblyVersion("0.7.1.1")]
[assembly: AssemblyInformationalVersion("0.7.1.1 Alpha")]