Bumped to v0.1.6

This commit is contained in:
ptitSeb 2021-11-19 22:21:29 +01:00
parent 7042a1ae30
commit e6e9fae178
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Current Version
v0.1.6
======
* Introduce "HotPage", to temporarily disable Dynarec on a page were writing is also occuring (can help speed up C# code)
* Some work on Dynarec to limit the number of mutex use, and also allow smaller block to be built (for JIT'd programs)

View File

@ -3,6 +3,6 @@
#define BOX64_MAJOR 0
#define BOX64_MINOR 1
#define BOX64_REVISION 5
#define BOX64_REVISION 6
#endif //__BOX64_VERSION_H_