Skip to content

Commit

Permalink
Updated changelog and version for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Feb 23, 2017
1 parent cac444d commit f01b3e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,10 @@
============
* C# plugins may not work if "RegisterClassA" or "RegisterClassW" Apis are hooked because CoInitialize(Ex) calls RegisterClass on STA and, at this point, COM initialization is not complete yet.

Version 2.8.2
=============
-Fixed compatibility issue with Windows 10 Anniversary Edition.

Version 2.8.1
=============
Deviare InProc engine was updated to the latest version. It includes many fixes. For details on these, please check the commit logs in its repository.
Expand Down
4 changes: 2 additions & 2 deletions Source/version.ver
Expand Up @@ -27,5 +27,5 @@
*
**/

#define PRODUCT_VERSION 2,8,1,0
#define PRODUCT_VERSION_SZ "2, 8, 1, 0"
#define PRODUCT_VERSION 2,8,2,0
#define PRODUCT_VERSION_SZ "2, 8, 2, 0"

0 comments on commit f01b3e3

Please sign in to comment.