Skip to content

Commit

Permalink
Bumped to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Nov 19, 2021
1 parent 7042a1a commit e6e9fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/box64version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

#define BOX64_MAJOR 0
#define BOX64_MINOR 1
#define BOX64_REVISION 5
#define BOX64_REVISION 6

#endif //__BOX64_VERSION_H_

0 comments on commit e6e9fae

Please sign in to comment.