diff options
author | sr55 <[email protected]> | 2013-03-19 21:48:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-03-19 21:48:51 +0000 |
commit | 97a88523f2b6352847d705cbf527fd5ee0f5247b (patch) | |
tree | cbab432a54aa755707eaf4b33632e36cc913da66 /win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs | |
parent | fd9089288f0644a4ce568b2e17abffebffeb65db (diff) |
WinGui: Part 1: Fix numerous issues around app versioning. Hopefully the GUI and CLI will no longer be out of sync.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5350 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs index a202e0bbb..77106e397 100644 --- a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs +++ b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs @@ -56,5 +56,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.9.9.5314")]
+[assembly: AssemblyVersion("0.0.0.5311")]
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file |