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>2018-01-09 00:09:58 +0300
committerMichael Möller <mmoeller@openhardwaremonitor.org>2018-01-09 00:09:58 +0300
commite199e0ccc69b4da92495266ebc0faf7daad97608 (patch)
treed1a256aa5462d649980114cee7efc4ec151f0798 /Properties
parente93e77d527649079ba41945510052fbd357e1e1d (diff)
Added experimental support for Intel Atom CPUs with Apollo Lake microarchitecture. Added experimental support for Intel model 55h Skylake CPUs.
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 b674ca6..8adf29c 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-2017 Michael Möller <mmoeller@openhardwaremonitor.org>
+ Copyright (C) 2009-2018 Michael Möller <mmoeller@openhardwaremonitor.org>
*/
using System.Reflection;
-[assembly: AssemblyVersion("0.8.0.2")]
-[assembly: AssemblyInformationalVersion("0.8.0.2 Alpha")] \ No newline at end of file
+[assembly: AssemblyVersion("0.8.0.5")]
+[assembly: AssemblyInformationalVersion("0.8.0.5 Alpha")] \ No newline at end of file