]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Fri, 2 Apr 2010 19:26:04 +0000 (19:26 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 2 Apr 2010 19:26:04 +0000 (19:26 +0000)
- Updated AssemblyInfo.cs
- Added Subme 10 to x264 panel

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3190 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Controls/x264Panel.Designer.cs
win/C#/Properties/AssemblyInfo.cs

index b78f2e012a7bbaec2a5f7e59f3a2661f7e3c197d..a28cbeefff48994868e19f609f63cdbb84be8513 100644 (file)
@@ -401,7 +401,8 @@ namespace Handbrake.Controls
             "6",\r
             "7",\r
             "8",\r
-            "9"});\r
+            "9",\r
+            "10"});\r
             this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(423, 42);\r
             this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";\r
             this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);\r
index e0dc882a6da2309192b166a3993a3a294efa403b..421c1cc1da5189979623bad6bfd0bdbdb2a6b6f4 100644 (file)
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyConfiguration("")]\r
 [assembly: AssemblyCompany("HandBrake")]\r
 [assembly: AssemblyProduct("HandBrake")]\r
-[assembly: AssemblyCopyright("Copyright ©  2009")]\r
+[assembly: AssemblyCopyright("Copyright ©  2010")]\r
 [assembly: AssemblyTrademark("")]\r
 [assembly: AssemblyCulture("")]\r
 \r
@@ -39,6 +39,6 @@ using System.Runtime.InteropServices;
 //      Revision\r
 //\r
 \r
-[assembly: AssemblyVersion("0.9.4.5")]\r
-[assembly: AssemblyFileVersion("0.9.4.5")]\r
+[assembly: AssemblyVersion("0.9.4.4")]\r
+[assembly: AssemblyFileVersion("0.9.4.4")]\r
 [assembly: NeutralResourcesLanguage("")]
\ No newline at end of file