diff options
author | sr55 <[email protected]> | 2015-06-09 19:09:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-06-09 19:09:48 +0000 |
commit | 4582ca7380e5ddc0fa6ef81af20b9a0bd576af96 (patch) | |
tree | 95a570ed1d7b0c2f891178d196ca53bc993b1ebb | |
parent | 77de6688d9fce5d41fcc71c59fa30366074a3248 (diff) |
WinGui: Bump version number.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7286 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl | 2 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl b/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl index ad8016c84..c4c4f4770 100644 --- a/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl +++ b/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl @@ -38,5 +38,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("0.10.1.$WCREV$")]
+[assembly: AssemblyVersion("0.10.2.$WCREV$")]
[assembly: NeutralResourcesLanguage("")]
diff --git a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl index d075d8c10..f2bab2ca7 100644 --- a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl +++ b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl @@ -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("0.10.1.$WCREV$")]
+[assembly: AssemblyVersion("0.10.2.$WCREV$")]
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file |