Updated the version.

This commit is contained in:
Michael Möller 2016-11-06 17:18:36 +01:00
parent c0d4125deb
commit 556891a8c9
2 changed files with 4 additions and 4 deletions

View File

@ -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>
*/
@ -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("")]

View File

@ -10,5 +10,5 @@
using System.Reflection;
[assembly: AssemblyVersion("0.7.1.5")]
[assembly: AssemblyInformationalVersion("0.7.1.5 Alpha")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyInformationalVersion("0.8.0 Beta")]