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>2020-12-27 18:05:31 +0300
committerMichael Möller <mmoeller@openhardwaremonitor.org>2020-12-27 18:06:04 +0300
commit09c16898a4a84c36644e7c07baebf1efd299691e (patch)
tree0b72ef9a0894c45a953cd714be25837c44047cbf /Properties
parent5bd6bf0f3c95d6c83e6cbcbe0315a17eeeebfd45 (diff)
Added experimental support for AMD family 19h (Zen 3) CPUs.HEAD0.9.6master
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 3b962ee..3b52034 100644
--- a/Properties/AssemblyVersion.cs
+++ b/Properties/AssemblyVersion.cs
@@ -10,5 +10,5 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.9.5.0")]
-[assembly: AssemblyInformationalVersion("0.9.5")]
+[assembly: AssemblyVersion("0.9.6.0")]
+[assembly: AssemblyInformationalVersion("0.9.6")]