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>2016-05-26 16:14:29 +0300
committerMichael Möller <mmoeller@openhardwaremonitor.org>2016-05-26 16:14:29 +0300
commitd7316f81bbd627f26a20e5148275fcfd05aa7e12 (patch)
tree40dac0013d17eb3093e0247b274b0c6a5342c025 /Properties
parentbdbe56e8dfd8ae8e53fc41fd1dca249249025f65 (diff)
Added Intel CPU models 0x4F and 0x56.
Diffstat (limited to 'Properties')
-rw-r--r--Properties/AssemblyInfo.cs4
-rw-r--r--Properties/AssemblyVersion.cs6
2 files changed, 5 insertions, 5 deletions
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 6ce9581..beb6167 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -4,7 +4,7 @@
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-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
+ Copyright (C) 2009-2016 Michael Möller <mmoeller@openhardwaremonitor.org>
*/
@@ -18,7 +18,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Open Hardware Monitor")]
-[assembly: AssemblyCopyright("Copyright © 2009-2014 Michael Möller")]
+[assembly: AssemblyCopyright("Copyright © 2009-2016 Michael Möller")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/Properties/AssemblyVersion.cs b/Properties/AssemblyVersion.cs
index 15f20a1..af6b346 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-2015 Michael Möller <mmoeller@openhardwaremonitor.org>
+ Copyright (C) 2009-2016 Michael Möller <mmoeller@openhardwaremonitor.org>
*/
using System.Reflection;
-[assembly: AssemblyVersion("0.7.1.4")]
-[assembly: AssemblyInformationalVersion("0.7.1.4 Alpha")] \ No newline at end of file
+[assembly: AssemblyVersion("0.7.1.5")]
+[assembly: AssemblyInformationalVersion("0.7.1.5 Alpha")] \ No newline at end of file