diff options
author | sr55 <[email protected]> | 2012-02-27 19:51:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-02-27 19:51:26 +0000 |
commit | 54893603ab9b4727f389b8544c42265e06bfc24c (patch) | |
tree | 309babc534f86aabb63618af02afbaa11dcdda81 | |
parent | c3f957985346930ea067b70155b9c353e961cc2a (diff) |
WinGui: Update build numbers and copyright.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4466 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl | 4 | ||||
-rw-r--r-- | win/CS/Properties/AssemblyInfo.cs.tmpl | 4 | ||||
-rw-r--r-- | win/CS/frmAbout.Designer.cs | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl b/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl index 5669415aa..5b506a911 100644 --- a/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl +++ b/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl @@ -16,7 +16,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HandBrake Team")]
[assembly: AssemblyProduct("HandBrake")]
-[assembly: AssemblyCopyright("Copyright © 2011")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -38,5 +38,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.9.5.$WCREV$")]
+[assembly: AssemblyVersion("0.9.6.$WCREV$")]
[assembly: NeutralResourcesLanguage("")]
diff --git a/win/CS/Properties/AssemblyInfo.cs.tmpl b/win/CS/Properties/AssemblyInfo.cs.tmpl index 5e3c9f92d..edd674f6c 100644 --- a/win/CS/Properties/AssemblyInfo.cs.tmpl +++ b/win/CS/Properties/AssemblyInfo.cs.tmpl @@ -16,7 +16,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HandBrake")]
[assembly: AssemblyProduct("HandBrake")]
-[assembly: AssemblyCopyright("Copyright © 2011")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -38,5 +38,5 @@ using System.Runtime.InteropServices; // Revision
//
-[assembly: AssemblyVersion("0.9.5.$WCREV$")]
+[assembly: AssemblyVersion("0.9.6.$WCREV$")]
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file diff --git a/win/CS/frmAbout.Designer.cs b/win/CS/frmAbout.Designer.cs index 7aea6f863..8db142190 100644 --- a/win/CS/frmAbout.Designer.cs +++ b/win/CS/frmAbout.Designer.cs @@ -65,7 +65,7 @@ namespace Handbrake this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(196, 13);
this.label1.TabIndex = 33;
- this.label1.Text = "Copyright 2003-2011 HandBrake Team";
+ this.label1.Text = "Copyright 2003-2012 HandBrake Team";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// PictureBox1
|