summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-04-02 19:26:04 +0000
committersr55 <[email protected]>2010-04-02 19:26:04 +0000
commita0a4b5d5f7ff9db5e943b956a8caa23625eae913 (patch)
tree27a96393cdc6a9eb73e4219382cda23f7b842fbe /win
parent14f9ca0b467547760e9a543d018fc78339bbe737 (diff)
WinGui:
- Updated AssemblyInfo.cs - Added Subme 10 to x264 panel git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3190 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-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