summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/C#/Controls/x264Panel.Designer.cs3
-rw-r--r--win/C#/Properties/AssemblyInfo.cs6
2 files changed, 5 insertions, 4 deletions
diff --git a/win/C#/Controls/x264Panel.Designer.cs b/win/C#/Controls/x264Panel.Designer.cs
index b78f2e012..a28cbeeff 100644
--- a/win/C#/Controls/x264Panel.Designer.cs
+++ b/win/C#/Controls/x264Panel.Designer.cs
@@ -401,7 +401,8 @@ namespace Handbrake.Controls
"6",
"7",
"8",
- "9"});
+ "9",
+ "10"});
this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(423, 42);
this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";
this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);
diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs
index e0dc882a6..421c1cc1d 100644
--- a/win/C#/Properties/AssemblyInfo.cs
+++ b/win/C#/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HandBrake")]
[assembly: AssemblyProduct("HandBrake")]
-[assembly: AssemblyCopyright("Copyright © 2009")]
+[assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -39,6 +39,6 @@ using System.Runtime.InteropServices;
// Revision
//
-[assembly: AssemblyVersion("0.9.4.5")]
-[assembly: AssemblyFileVersion("0.9.4.5")]
+[assembly: AssemblyVersion("0.9.4.4")]
+[assembly: AssemblyFileVersion("0.9.4.4")]
[assembly: NeutralResourcesLanguage("")] \ No newline at end of file