diff options
author | Scott <[email protected]> | 2015-08-27 11:50:17 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2015-08-27 11:50:17 +0100 |
commit | b3dfbd292fddeddf15e5a5efff74da181cd063d1 (patch) | |
tree | 2680b0940e38ac40606e4027a57c4693c75ec2cd /win/CS/HandBrakeWPF | |
parent | cbc3691637b8fd80b096733c9cd1d4ed1ab64359 (diff) |
WinGui: Disable the subversion build code. Will update to handle git later.
Diffstat (limited to 'win/CS/HandBrakeWPF')
4 files changed, 8 insertions, 8 deletions
diff --git a/win/CS/HandBrakeWPF/Installer/MakeNightly.nsi.tmpl b/win/CS/HandBrakeWPF/Installer/MakeNightly.nsi.tmpl index a1df7c5d8..4ae8fd1e6 100644 --- a/win/CS/HandBrakeWPF/Installer/MakeNightly.nsi.tmpl +++ b/win/CS/HandBrakeWPF/Installer/MakeNightly.nsi.tmpl @@ -8,8 +8,8 @@ ; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "HandBrake"
-!define PRODUCT_VERSION "$WCREV$ Nightly"
-!define PRODUCT_VERSION_NUMBER "svn$WCREV$"
+!define PRODUCT_VERSION "Nightly"
+!define PRODUCT_VERSION_NUMBER "0.10.3.Nightly"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HandBrake.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
diff --git a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl index f1b2f8d6e..1459a52cd 100644 --- a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl +++ b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl @@ -8,8 +8,8 @@ ; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "HandBrake"
-!define PRODUCT_VERSION "$WCREV$ Nightly"
-!define PRODUCT_VERSION_NUMBER "svn$WCREV$"
+!define PRODUCT_VERSION "Nightly"
+!define PRODUCT_VERSION_NUMBER "0.10.3.Nightly"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HandBrake.exe"
!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.Nightly.tmpl b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.Nightly.tmpl index 228a58f1c..9bd03adc2 100644 --- a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.Nightly.tmpl +++ b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.Nightly.tmpl @@ -60,6 +60,6 @@ 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("0.0.0.$WCREV$")]
+// [assembly: AssemblyVersion("1.0.*")] $WCREV$
+[assembly: AssemblyVersion("0.0.0.0")]
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl index db5403b6f..95774c1bb 100644 --- a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl +++ b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl @@ -60,6 +60,6 @@ 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("0.1.0.$WCREV$")]
+// [assembly: AssemblyVersion("1.0.*")] $WCREV$
+[assembly: AssemblyVersion("0.1.0.0")]
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file |