diff options
author | sr55 <[email protected]> | 2017-06-11 12:51:24 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-06-11 12:51:41 +0100 |
commit | 833d0a9658447647e96347621eb1ce42e9b4161e (patch) | |
tree | 67da3996c5cecd24caa4092421954406ed54f3a7 /win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs | |
parent | 11e541653e7958e249bdc39fcb66835a523deea4 (diff) |
WinGui: Update the assembly info / version numbers / manifest.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs index 5cbf7ed89..04529d8eb 100644 --- a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs +++ b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs @@ -61,5 +61,5 @@ using System.Windows; // 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.0.3.0")]
+[assembly: AssemblyVersion("1.1.0.0")]
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file |