Start of a new dev. cycle

This commit is contained in:
ptitSeb 2021-11-20 10:45:27 +01:00
parent 5368285be0
commit a627363afa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Current version
======
v0.2.4
======
* 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 BOX86_MAJOR 0
#define BOX86_MINOR 2
#define BOX86_REVISION 4
#define BOX86_REVISION 5
#endif //__BOX86_VERSION_H_