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>2015-12-06 21:42:58 +0300
committerMichael Möller <mmoeller@openhardwaremonitor.org>2015-12-06 21:42:58 +0300
commit5dfad04b31e7e32cf276fb195d0f38e3aaa147e7 (patch)
tree986aa739f5ad88deb7c47cac558a93d7f59c6151 /Properties
parent1fa4a31ac07590257cf534fe8dd2346881e67fe0 (diff)
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.
Diffstat (limited to 'Properties')
-rw-r--r--Properties/AssemblyVersion.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Properties/AssemblyVersion.cs b/Properties/AssemblyVersion.cs
index bd71a49..6881d93 100644
--- a/Properties/AssemblyVersion.cs
+++ b/Properties/AssemblyVersion.cs
@@ -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")] \ No newline at end of file
+[assembly: AssemblyVersion("0.7.1.1")]
+[assembly: AssemblyInformationalVersion("0.7.1.1 Alpha")] \ No newline at end of file