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