diff options
author | sr55 <[email protected]> | 2018-06-19 16:31:16 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-06-19 16:31:16 +0100 |
commit | f6e77e34320c55bf22ed2a10a2e3639603243eea (patch) | |
tree | 6ffa6151e14a50f3db40aea7e836818da0eb2412 /win | |
parent | 12eb2fb6bcba827dc134fa4a42a808afe4e287a6 (diff) |
WinGui: Bump version to 1.1.2 for a future release.
Diffstat (limited to 'win')
4 files changed, 4 insertions, 6 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs b/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs index eb6f16315..d4e6a00f9 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.1.0")]
+[assembly: AssemblyVersion("1.1.2.0")]
[assembly: NeutralResourcesLanguage("")]
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 0196c7d91..831d3f4ab 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -499,9 +499,7 @@ </AdditionalFiles>
<None Include="app.config" />
<None Include="app.manifest" />
- <None Include="Installer\Installer.nsi" />
<None Include="Installer\Installer64.nsi" />
- <None Include="Installer\MakeNightly.nsi" />
<None Include="Installer\MakeNightly64.nsi" />
<AppDesigner Include="Properties\" />
<EmbeddedResource Include="public.key" />
diff --git a/win/CS/HandBrakeWPF/Installer/Installer64.nsi b/win/CS/HandBrakeWPF/Installer/Installer64.nsi index 6f824704c..1434ab7ee 100644 --- a/win/CS/HandBrakeWPF/Installer/Installer64.nsi +++ b/win/CS/HandBrakeWPF/Installer/Installer64.nsi @@ -8,8 +8,8 @@ ; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "HandBrake"
-!define PRODUCT_VERSION "1.1.0"
-!define PRODUCT_VERSION_NUMBER "1.1.0"
+!define PRODUCT_VERSION "1.1.2"
+!define PRODUCT_VERSION_NUMBER "1.1.2"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
diff --git a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs index b20b8ddb3..12272f2a7 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.1.1.0")]
+[assembly: AssemblyVersion("1.1.2.0")]
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file |