Fixed installer to allow downgrades.

This commit is contained in:
Eric Fontana
2014-12-02 08:26:50 -05:00
parent ef4893691c
commit f1412c6b76
3 changed files with 7 additions and 7 deletions

View File

@@ -32,5 +32,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("1.3.13.0")]
[assembly: AssemblyFileVersion("1.3.13.0")]
[assembly: AssemblyVersion("1.3.14.0")]
[assembly: AssemblyFileVersion("1.3.14.0")]