Started MtApi (MT5) version 1.0.11

This commit is contained in:
vdemydiuk
2016-11-03 13:07:48 +02:00
parent 26a3db9ae1
commit ad55740bc7
2 changed files with 7 additions and 7 deletions
+2 -2
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 // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.10.0")] [assembly: AssemblyVersion("1.0.11.0")]
[assembly: AssemblyFileVersion("1.0.10.0")] [assembly: AssemblyFileVersion("1.0.11.0")]
+1 -1
View File
@@ -12,7 +12,7 @@
<?define PlatformSystemFolder = "SystemFolder" ?> <?define PlatformSystemFolder = "SystemFolder" ?>
<?endif ?> <?endif ?>
<?define ProductVersion="1.0.10" ?> <?define ProductVersion="1.0.11" ?>
<?define Manufacturer="DW"?> <?define Manufacturer="DW"?>
<?define ProductPath="..\build\products\$(var.Configuration)\"?> <?define ProductPath="..\build\products\$(var.Configuration)\"?>