diff options
author | sr55 <[email protected]> | 2007-08-26 20:27:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-26 20:27:20 +0000 |
commit | bb4799b83f0d2049d1608f0b2e8c7c94aa039e8e (patch) | |
tree | f09d15b3a023bd08f2d0805f0657186d8969facd /win/C#/Properties/Settings.Designer.cs | |
parent | 370ca4bd5162411684a524fdceba9a6967b8c64e (diff) |
WinGui:
- Added extensive exception handling to the Title.cs file for debugging purposes in upcoming 2.41 release.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@867 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index c85849e3f..fb25c386e 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -25,7 +25,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("2.40")]
+ [global::System.Configuration.DefaultSettingValueAttribute("2.41")]
public string GuiVersion {
get {
return ((string)(this["GuiVersion"]));
@@ -528,7 +528,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0.9.0")]
+ [global::System.Configuration.DefaultSettingValueAttribute("0.9.1")]
public string CliVersion {
get {
return ((string)(this["CliVersion"]));
|