Merge branch 'jay' into vigem-udpserver

This commit is contained in:
Travis Nickles 2018-10-15 03:06:39 -05:00
commit e5be19cb93
2 changed files with 9 additions and 9 deletions

View File

@ -1091,7 +1091,6 @@ namespace DS4Windows
error = string.Empty; error = string.Empty;
cState.CopyTo(pState); cState.CopyTo(pState);
}
lock (eventQueueLock) lock (eventQueueLock)
{ {
@ -1103,6 +1102,7 @@ namespace DS4Windows
} }
} }
} }
}
timeoutExecuted = true; timeoutExecuted = true;
} }

View File

@ -33,7 +33,7 @@ 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.5.10")] [assembly: AssemblyVersion("1.5.11")]
[assembly: AssemblyFileVersion("1.5.10")] [assembly: AssemblyFileVersion("1.5.11")]
[assembly: NeutralResourcesLanguage("en")] [assembly: NeutralResourcesLanguage("en")]