diff options
author | sr55 <[email protected]> | 2018-05-06 20:30:52 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-05-06 20:30:52 +0100 |
commit | 0f568c165c61d7366f88d150a9fbc94900b56295 (patch) | |
tree | 996c5d4b7a82db52016926188f29a6d4a44e5e93 /win/CS/HandBrake.ApplicationServices | |
parent | 457bb751d054aab63a70f63a02b94c340186cedc (diff) |
WinGui: Update Version Numbers around the application / Installer. Update the Installer to download .NET 4.7.1 if missing.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs b/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs index 2e140a74f..c147f3bca 100644 --- a/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs +++ b/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs @@ -43,5 +43,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.1.0.0")]
+[assembly: AssemblyVersion("1.2.0.0")]
[assembly: NeutralResourcesLanguage("")]
|