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/Properties | |
parent | cbc3691637b8fd80b096733c9cd1d4ed1ab64359 (diff) |
WinGui: Disable the subversion build code. Will update to handle git later.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.Nightly.tmpl | 4 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl | 4 |
2 files changed, 4 insertions, 4 deletions
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 |