# HG changeset patch # User moel.mich # Date 1326048476 0 # Node ID e60f97192555769482293d1df7572bb2468d5b23 # Parent b2c6d350396de510f8d57d3eafbefb8c63f58c60 Updated year to 2012 in properties and about box. diff -r b2c6d350396d -r e60f97192555 GUI/AboutBox.Designer.cs --- a/GUI/AboutBox.Designer.cs Mon Jan 02 21:17:21 2012 +0000 +++ b/GUI/AboutBox.Designer.cs Sun Jan 08 18:47:56 2012 +0000 @@ -16,7 +16,7 @@ The Initial Developer of the Original Code is Michael Möller . - Portions created by the Initial Developer are Copyright (C) 2009-2010 + Portions created by the Initial Developer are Copyright (C) 2009-2012 the Initial Developer. All Rights Reserved. Contributor(s): @@ -113,7 +113,7 @@ this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(359, 13); this.label2.TabIndex = 3; - this.label2.Text = "Copyright © 2009-2011 Michael Möller and contributers. All rights reserved."; + this.label2.Text = "Copyright © 2009-2012 Michael Möller and contributers. All rights reserved."; // // label3 // diff -r b2c6d350396d -r e60f97192555 Properties/AssemblyInfo.cs --- a/Properties/AssemblyInfo.cs Mon Jan 02 21:17:21 2012 +0000 +++ b/Properties/AssemblyInfo.cs Sun Jan 08 18:47:56 2012 +0000 @@ -16,7 +16,7 @@ The Initial Developer of the Original Code is Michael Möller . - Portions created by the Initial Developer are Copyright (C) 2009-2011 + Portions created by the Initial Developer are Copyright (C) 2009-2012 the Initial Developer. All Rights Reserved. Contributor(s): @@ -45,7 +45,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Open Hardware Monitor")] -[assembly: AssemblyCopyright("Copyright © 2009-2011 Michael Möller")] +[assembly: AssemblyCopyright("Copyright © 2009-2012 Michael Möller")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff -r b2c6d350396d -r e60f97192555 Properties/AssemblyLibInfo.cs --- a/Properties/AssemblyLibInfo.cs Mon Jan 02 21:17:21 2012 +0000 +++ b/Properties/AssemblyLibInfo.cs Sun Jan 08 18:47:56 2012 +0000 @@ -16,7 +16,7 @@ The Initial Developer of the Original Code is Michael Möller . - Portions created by the Initial Developer are Copyright (C) 2009-2011 + Portions created by the Initial Developer are Copyright (C) 2009-2012 the Initial Developer. All Rights Reserved. Contributor(s): @@ -44,7 +44,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Open Hardware Monitor Library")] -[assembly: AssemblyCopyright("Copyright © 2009-2011 Michael Möller")] +[assembly: AssemblyCopyright("Copyright © 2009-2012 Michael Möller")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff -r b2c6d350396d -r e60f97192555 Properties/AssemblyVersion.cs --- a/Properties/AssemblyVersion.cs Mon Jan 02 21:17:21 2012 +0000 +++ b/Properties/AssemblyVersion.cs Sun Jan 08 18:47:56 2012 +0000 @@ -37,5 +37,5 @@ using System.Reflection; -[assembly: AssemblyVersion("0.3.2.7")] -[assembly: AssemblyInformationalVersion("0.3.2.7 Alpha")] \ No newline at end of file +[assembly: AssemblyVersion("0.4.0.0")] +[assembly: AssemblyInformationalVersion("0.4.0 Beta")] \ No newline at end of file