Updated year to 2012 in properties and about box.
authormoel.mich
Sun, 08 Jan 2012 18:47:56 +0000
changeset 331e60f97192555
parent 330 b2c6d350396d
child 332 19b1e150e7af
Updated year to 2012 in properties and about box.
GUI/AboutBox.Designer.cs
Properties/AssemblyInfo.cs
Properties/AssemblyLibInfo.cs
Properties/AssemblyVersion.cs
     1.1 --- a/GUI/AboutBox.Designer.cs	Mon Jan 02 21:17:21 2012 +0000
     1.2 +++ b/GUI/AboutBox.Designer.cs	Sun Jan 08 18:47:56 2012 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5    The Initial Developer of the Original Code is 
     1.6    Michael Möller <m.moeller@gmx.ch>.
     1.7 -  Portions created by the Initial Developer are Copyright (C) 2009-2010
     1.8 +  Portions created by the Initial Developer are Copyright (C) 2009-2012
     1.9    the Initial Developer. All Rights Reserved.
    1.10  
    1.11    Contributor(s):
    1.12 @@ -113,7 +113,7 @@
    1.13        this.label2.Name = "label2";
    1.14        this.label2.Size = new System.Drawing.Size(359, 13);
    1.15        this.label2.TabIndex = 3;
    1.16 -      this.label2.Text = "Copyright © 2009-2011 Michael Möller and contributers. All rights reserved.";
    1.17 +      this.label2.Text = "Copyright © 2009-2012 Michael Möller and contributers. All rights reserved.";
    1.18        // 
    1.19        // label3
    1.20        // 
     2.1 --- a/Properties/AssemblyInfo.cs	Mon Jan 02 21:17:21 2012 +0000
     2.2 +++ b/Properties/AssemblyInfo.cs	Sun Jan 08 18:47:56 2012 +0000
     2.3 @@ -16,7 +16,7 @@
     2.4  
     2.5    The Initial Developer of the Original Code is 
     2.6    Michael Möller <m.moeller@gmx.ch>.
     2.7 -  Portions created by the Initial Developer are Copyright (C) 2009-2011
     2.8 +  Portions created by the Initial Developer are Copyright (C) 2009-2012
     2.9    the Initial Developer. All Rights Reserved.
    2.10  
    2.11    Contributor(s):
    2.12 @@ -45,7 +45,7 @@
    2.13  [assembly: AssemblyConfiguration("")]
    2.14  [assembly: AssemblyCompany("")]
    2.15  [assembly: AssemblyProduct("Open Hardware Monitor")]
    2.16 -[assembly: AssemblyCopyright("Copyright © 2009-2011 Michael Möller")]
    2.17 +[assembly: AssemblyCopyright("Copyright © 2009-2012 Michael Möller")]
    2.18  [assembly: AssemblyTrademark("")]
    2.19  [assembly: AssemblyCulture("")]
    2.20  
     3.1 --- a/Properties/AssemblyLibInfo.cs	Mon Jan 02 21:17:21 2012 +0000
     3.2 +++ b/Properties/AssemblyLibInfo.cs	Sun Jan 08 18:47:56 2012 +0000
     3.3 @@ -16,7 +16,7 @@
     3.4  
     3.5    The Initial Developer of the Original Code is 
     3.6    Michael Möller <m.moeller@gmx.ch>.
     3.7 -  Portions created by the Initial Developer are Copyright (C) 2009-2011
     3.8 +  Portions created by the Initial Developer are Copyright (C) 2009-2012
     3.9    the Initial Developer. All Rights Reserved.
    3.10  
    3.11    Contributor(s):
    3.12 @@ -44,7 +44,7 @@
    3.13  [assembly: AssemblyConfiguration("")]
    3.14  [assembly: AssemblyCompany("")]
    3.15  [assembly: AssemblyProduct("Open Hardware Monitor Library")]
    3.16 -[assembly: AssemblyCopyright("Copyright © 2009-2011 Michael Möller")]
    3.17 +[assembly: AssemblyCopyright("Copyright © 2009-2012 Michael Möller")]
    3.18  [assembly: AssemblyTrademark("")]
    3.19  [assembly: AssemblyCulture("")]
    3.20  
     4.1 --- a/Properties/AssemblyVersion.cs	Mon Jan 02 21:17:21 2012 +0000
     4.2 +++ b/Properties/AssemblyVersion.cs	Sun Jan 08 18:47:56 2012 +0000
     4.3 @@ -37,5 +37,5 @@
     4.4  
     4.5  using System.Reflection;
     4.6  
     4.7 -[assembly: AssemblyVersion("0.3.2.7")]
     4.8 -[assembly: AssemblyInformationalVersion("0.3.2.7 Alpha")]
     4.9 \ No newline at end of file
    4.10 +[assembly: AssemblyVersion("0.4.0.0")]
    4.11 +[assembly: AssemblyInformationalVersion("0.4.0 Beta")]
    4.12 \ No newline at end of file