Updated version info.
authormoel.mich
Sat, 23 Apr 2011 14:18:02 +0000
changeset 2745a18725d2c20
parent 273 2054d5dcb680
child 275 35788ddd1825
Updated version info.
GUI/AboutBox.Designer.cs
Properties/AssemblyInfo.cs
Properties/AssemblyLibInfo.cs
Properties/AssemblyVersion.cs
     1.1 --- a/GUI/AboutBox.Designer.cs	Sat Apr 16 19:26:20 2011 +0000
     1.2 +++ b/GUI/AboutBox.Designer.cs	Sat Apr 23 14:18:02 2011 +0000
     1.3 @@ -113,7 +113,7 @@
     1.4        this.label2.Name = "label2";
     1.5        this.label2.Size = new System.Drawing.Size(280, 13);
     1.6        this.label2.TabIndex = 3;
     1.7 -      this.label2.Text = "Copyright © 2009-2010 Michael Möller. All rights reserved.";
     1.8 +      this.label2.Text = "Copyright © 2009-2011 Michael Möller. All rights reserved.";
     1.9        // 
    1.10        // label3
    1.11        // 
     2.1 --- a/Properties/AssemblyInfo.cs	Sat Apr 16 19:26:20 2011 +0000
     2.2 +++ b/Properties/AssemblyInfo.cs	Sat Apr 23 14:18:02 2011 +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-2010
     2.8 +  Portions created by the Initial Developer are Copyright (C) 2009-2011
     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-2010 Michael Möller")]
    2.17 +[assembly: AssemblyCopyright("Copyright © 2009-2011 Michael Möller")]
    2.18  [assembly: AssemblyTrademark("")]
    2.19  [assembly: AssemblyCulture("")]
    2.20  
     3.1 --- a/Properties/AssemblyLibInfo.cs	Sat Apr 16 19:26:20 2011 +0000
     3.2 +++ b/Properties/AssemblyLibInfo.cs	Sat Apr 23 14:18:02 2011 +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-2010
     3.8 +  Portions created by the Initial Developer are Copyright (C) 2009-2011
     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-2010 Michael Möller")]
    3.17 +[assembly: AssemblyCopyright("Copyright © 2009-2011 Michael Möller")]
    3.18  [assembly: AssemblyTrademark("")]
    3.19  [assembly: AssemblyCulture("")]
    3.20  
     4.1 --- a/Properties/AssemblyVersion.cs	Sat Apr 16 19:26:20 2011 +0000
     4.2 +++ b/Properties/AssemblyVersion.cs	Sat Apr 23 14:18:02 2011 +0000
     4.3 @@ -37,5 +37,5 @@
     4.4  
     4.5  using System.Reflection;
     4.6  
     4.7 -[assembly: AssemblyVersion("0.2.1.22")]
     4.8 -[assembly: AssemblyInformationalVersion("0.2.1.22 Alpha")]
     4.9 \ No newline at end of file
    4.10 +[assembly: AssemblyVersion("0.3.0.0")]
    4.11 +[assembly: AssemblyInformationalVersion("0.3.0 Beta")]
    4.12 \ No newline at end of file