diff options
author | sr55 <[email protected]> | 2011-07-09 20:05:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-09 20:05:45 +0000 |
commit | 70724f0373ea7c2365c8083ef0bf71536198faa7 (patch) | |
tree | bbb37262aaff37b5a00280b85e292dfbe02d3a60 /win/CS/HandBrake.Interop/HandBrakeInterop/Properties | |
parent | 2b37eba132347010a6ecd1af5d9704f9150379ba (diff) |
WinGui: Added file headers to the interop library, and corrected a number of incorrect namespaces.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4092 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Properties')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs index 7e74d7e2a..eadb6162d 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.18.0.0")]
-[assembly: AssemblyFileVersion("1.18.0.0")]
+[assembly: AssemblyVersion("1.19.0.0")]
+[assembly: AssemblyFileVersion("1.19.0.0")]
|