diff options
author | sr55 <[email protected]> | 2009-11-25 12:51:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-11-25 12:51:48 +0000 |
commit | 17cd34a5dc137cf05265af9f7dcdff38a3624b0d (patch) | |
tree | 7d489475f53c942a83af545523b5c6e96cdf2662 /win/C#/Properties | |
parent | c60fe691e3abd0f1c721bb746c60d122fa656efd (diff) |
WinGui:
- Preview Window: Handle the lack of QuickTime in a more user friendly fashion.
- Switch default .NET to 3.5
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2974 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs index f8eba521b..cc93c31eb 100644 --- a/win/C#/Properties/AssemblyInfo.cs +++ b/win/C#/Properties/AssemblyInfo.cs @@ -36,6 +36,6 @@ using System.Resources; // Build Number
// Revision
//
-[assembly: AssemblyVersion("0.9.4.0")]
-[assembly: AssemblyFileVersion("0.9.4.0")]
+[assembly: AssemblyVersion("0.9.4.5")]
+[assembly: AssemblyFileVersion("0.9.4.5")]
[assembly: NeutralResourcesLanguageAttribute("")]
|