diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-01 13:23:23 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-01 13:23:23 +0300 |
| commit | f650a242fa4a56a6fb9c55d745075e49df523c21 (patch) | |
| tree | 555149148979ba5336b0e9c88a49981dcce9ee77 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI | |
| parent | 488a8afab6fb62a0a16c7c49b24f8ad986cbab33 (diff) | |
| download | Tango-f650a242fa4a56a6fb9c55d745075e49df523c21.tar.gz Tango-f650a242fa4a56a6fb9c55d745075e49df523c21.zip | |
Prevent job progress overflow in JobHandler.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs index 496b7d8f8..90a69d289 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs @@ -4,5 +4,5 @@ using System.Runtime.InteropServices; [assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)] [assembly: AssemblyTitle("Tango - Machine Studio")] -[assembly: AssemblyVersion("4.0.16.0")] +[assembly: AssemblyVersion("4.0.17.0")] [assembly: ComVisible(false)]
\ No newline at end of file |
