From 556891a8c96705781ec024fb89b0e2953ca05ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=B6ller?= Date: Sun, 6 Nov 2016 17:18:36 +0100 Subject: [PATCH] Updated the version. --- Properties/AssemblyLibInfo.cs | 4 ++-- Properties/AssemblyVersion.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Properties/AssemblyLibInfo.cs b/Properties/AssemblyLibInfo.cs index 79af7c8..41be600 100644 --- a/Properties/AssemblyLibInfo.cs +++ b/Properties/AssemblyLibInfo.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 + Copyright (C) 2009-2016 Michael Möller */ @@ -17,7 +17,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Open Hardware Monitor Library")] -[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 af6b346..87b470f 100644 --- a/Properties/AssemblyVersion.cs +++ b/Properties/AssemblyVersion.cs @@ -10,5 +10,5 @@ using System.Reflection; -[assembly: AssemblyVersion("0.7.1.5")] -[assembly: AssemblyInformationalVersion("0.7.1.5 Alpha")] \ No newline at end of file +[assembly: AssemblyVersion("0.8.0.0")] +[assembly: AssemblyInformationalVersion("0.8.0 Beta")] \ No newline at end of file