diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-19 22:21:29 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-19 22:21:29 +0100 |
| commit | e6e9fae178d6353aa63abf4b1c66bcdb66bf8a83 (patch) | |
| tree | 8f34140be3991107142427c413a403cc24726c75 | |
| parent | 7042a1ae30ba9e2d67352dfe0672c57713ca4c6d (diff) | |
| download | box64-e6e9fae178d6353aa63abf4b1c66bcdb66bf8a83.tar.gz box64-e6e9fae178d6353aa63abf4b1c66bcdb66bf8a83.zip | |
Bumped to v0.1.6
| -rw-r--r-- | docs/CHANGELOG.md | 2 | ||||
| -rwxr-xr-x | src/box64version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 10ab1e5b..262c076e 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 d0351c1e..61b95002 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_ |