diff options
author | sr55 <[email protected]> | 2013-03-09 22:10:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-03-09 22:10:39 +0000 |
commit | 554c7ce4f7229e4b2df19d54001275d1ee3de49f (patch) | |
tree | 42e0321fcd9e887c745d34e45c794eea46f9e6e0 /win/CS/HandBrake.ApplicationServices/Properties | |
parent | fec70a178fdf6705cdebc003580f7c7e46842d73 (diff) |
WinGui: Update Assembly Info and Installer templates
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5315 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Properties')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl b/win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl index c9a9da245..99c4ed362 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.9.6.$WCREV$")]
+[assembly: AssemblyVersion("0.9.9.$WCREV$")]
[assembly: NeutralResourcesLanguage("")]
|