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>2014-12-31 01:49:32 +0300
committerMichael Möller <mmoeller@openhardwaremonitor.org>2014-12-31 01:49:32 +0300
commit7614363308dbc5dfc8b64ed919746d4f7f8bc37e (patch)
tree0069947170fcc4b37ea29a5a6223121ad2856439 /Properties
parentf054320731b4c5efb245e9b124b5f2c4288b72c9 (diff)
Fixed an OverflowException when trying to use (unsupported) 64-bit thread affinity masks on 32-bit systems.
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 30f67a7..bd71a49 100644
--- a/Properties/AssemblyVersion.cs
+++ b/Properties/AssemblyVersion.cs
@@ -10,5 +10,5 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.7.0.0")]
-[assembly: AssemblyInformationalVersion("0.7.0 Beta")] \ No newline at end of file
+[assembly: AssemblyVersion("0.7.1.0")]
+[assembly: AssemblyInformationalVersion("0.7.1 Beta")] \ No newline at end of file