diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |