diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 10ab1e5be..262c076e6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/src/box64version.h b/src/box64version.h index d0351c1e5..61b950027 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 1 -#define BOX64_REVISION 5 +#define BOX64_REVISION 6 #endif //__BOX64_VERSION_H_